Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1128882
    Aaron
    Participant

    Hi,

    How do I change the background colour of the footer here http://dev.thecountywomensinstitute.ca/?

    Thanks

    #1128903
    Rahul
    Moderator

    Hey there,

    Use the following custom css :

    .x-topbar, .x-colophon.bottom {
        background-color: #HEX;
    }

    Please replace HEX with your color code. Thanks!

    #1129104
    Aaron
    Participant

    Thanks. How do I change the footer content color, the color for the site credits?

    #1129186
    Joao
    Moderator

    Hi There,

    Please add the following code to Appearance Customizer Custom CSS

    .x-colophon.bottom .x-colophon-content,.x-colophon.bottom .x-social-global a i {
    color: white;
    }

    Hope it helps

    Joao

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