Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #881905
    ripla
    Participant

    Hi,

    I want to change the header and topbar colour to grey but I am struggling to get the right css code to do it.

    site is http://www.rstreatments.com/

    Your help would be great

    Many Thanks

    #882323
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-topbar {
        background-color: #808080;
    }
    
    .x-navbar {
        background-color: #808080;
    }

    Hope this helps – thanks!

    #892157
    ripla
    Participant

    hi,

    Thanks, That was great.

    However, I dont know what I have done, but the dropdown menu background has gone to black instead of the grey that it wass.

    I cant find anything to change it again.

    Where should I be looking to get this back to grey.

    site is http://www.rstreatments.com if you want to take a look.

    Many Thanks

    #892900
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
        background-color: #808080;
    }

    Hope this helps – thanks!

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