Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333275
    Smarticle
    Participant

    In the Ethos Customiser, I’ve set the Navbar Background Color to white [rgb(255,255,255)]. However, that setting also force controls the top part of the footer, but I don’t want that to be white. I actually need it to be black.

    http://cotconference.wpengine.com/presenting/
    u: demo
    p: 123456

    I had a similar issue once before, I think, and was given some code… but it changed the sidebar colour as well as the footer colour. My sidebar needs to stay white though, so could you let me know what code I need to change just the top part of the footer, please… to black rgb(0,0,0)?

    Cheers

    #1333387
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    footer.x-colophon.top {
        background-color: rgb(0, 0, 0);
    }

    Hope it helps 🙂

    #1334893
    Smarticle
    Participant

    Oh, that simple, huh? Ha! Awesome! Thanks, Thai.

    #1334894
    Paul R
    Moderator

    You’re welcome! 🙂

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