Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222396

    Is it possible to change the background color of the main navigation to black and the link color to white? I’d like the black background to span the entire width of the page and not just the links.

    The site I’m working on is just a test site on a local server, but here is a screenshot for reference. The navigation I’m referring to is the bar with “Home” “Shop” “MRO Management” etc…

    http://johnstonsafetysupply.com/header.png

    Thanks for your help.

    #222640

    Hi danieltjohnston!

    Please use this on Quick CSS or custom.css:

    #header_main_alternate {
    background: black;
    }
    
    .header_color .main_menu ul {
    background: black;
    color: white;
    }
    
    .header_color .main_menu ul:first-child > li > a {
    color: white;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.