Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1056871
    turnkeyflyers
    Participant

    My footer should be displaying I can see some of it is displaying but in white text. Also, the footer social media buttons only display if I hover over them. For most users, it is nothing but white as you can see here: http://geniusflyers.com/

    I want to make the footer content visible like normal.

    #1056919
    Joao
    Moderator

    Hi there,

    Seems like you added a CSS code that altred the background color of the footer to white.

    Please find this code and remove it:

    .x-colophon.bottom {
    background-color: #ffffff; 
    }

    If you can´t finde this code please add the following code to Appereance > Customizer > Custom > CSS

    .x-colophon.bottom {
    background-color: black; 
    }
    

    Feel free to change black to any desired color.

    Hope it helps,

    Joao

    #1057060
    turnkeyflyers
    Participant

    That did it, thanks!

    #1057504
    Darshana
    Moderator

    Glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-1056871 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>