• Resolved virtualbird

    (@virtualbird)


    Hello,
    I updated to the new version of the theme today and all of a sudden the content of the footers has disappeared.
    The content itself is still visible in the widgets section, it just won’t display on the front end.
    Could you advise?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello virtualbird,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .site-footer a:not(.button) {
      display: block;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter virtualbird

    (@virtualbird)

    Thanks! Worked perfectly.
    Any ideas why it stopped working all of a sudden?

    It’s because you have some existing custom CSS on your site in the form of:

    
    .site-footer a:not(.button) {
        color: #44087c;
        display: none;
    }
    

    The code above simply overrides the existing custom CSS ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer content disappeared’ is closed to new replies.