Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1383487
    liesienb
    Participant

    I am trying to change the footer background color to be the same as the navbar. I do not want to change the color of the top bar.

    I tried this tags in the custom CSS section of the Customizer, but it does not work.

    .x-colophon {
    background-color: #284195;
    }

    I also want to change the font color in the footer to black.

    Dev Tools shows my style is being sent to the client, but is being overridden.

    Using ethos stack
    http://fitcitysa.wpengine.com

    #1383874
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    footer.x-colophon.bottom {
        background-color: #284195;
    }
    
    footer.x-colophon.bottom a {
        color: #fff !important;
    }

    Thanks.

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