sub menu colors

Support Area Forums Responsive Visual sub menu colors

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • #30354
    Shannon Vasilinda
    Participant

    So I found the thread on how to change the color of the navigation menu but it doesn’t change the color of the sub-menu also. Can I get a snippet for that too?

    Thanks!

    Shannon

    #30355
    Bill Robbins
    Moderator

    Hello Shannon,

    I’d be happy to help out. Could I get you to send over the URL to where you’re working with the theme to make sure I get you the right changes?

    Thanks,
    Bill

    #30356
    Shannon Vasilinda
    Participant
    This reply has been marked as private.
    #30357
    Bill Robbins
    Moderator

    Thank you Shannon. Let’s change your snippet just a bit so it’s like this:

    
    #nav-bar,
    .ie7 #nav-bar,
    .ie8 #nav-bar,
    #nav-bar ul li ul {
         background-image: none;
         background-color: #002d72;
    }
    

    That should include the sub-menus as well. For the current menu item color, you would use this:

    
    #nav-bar li.current-menu-item a {
    	color: #ffffff;
    	background-color: #000000;
    }
    

    Just change those colors to match what you’d like them to be. I believe the hover colors in the navigation bar are the same as the button text and background colors.

    Let me know if I can help,
    Bill

    #30358
    Shannon Vasilinda
    Participant

    Awesome. Thanks!!

    #30359
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘sub menu colors’ is closed to new replies.