Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #894162
    Kirthi
    Participant

    How can I change the footer color of the social media icons? Or how can I change the background color or the footer?

    example: http://738.72c.myftpupload.com/
    pass: ww

    The social media icons are not visible, too dark

    Thanks,

    #894975
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    /* footer social media color */
    .x-colophon.bottom .x-social-global a {
        color:#fff;
    }
    
    /* footer background color */
    .x-colophon.bottom {
        background-color: #000;
    }
    

    Please change the colors.

    Hope that helps

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