Drop Down Current Menu Item Color

Support Area Forums Grassroots Drop Down Current Menu Item Color

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.highfields.co/about/board-of-directors/
  • Author
    Posts
  • #29094
    Molly Linn
    Participant

    Hello,

    A week ago, I asked you about a problem I was having with the color of the current menu item; it was green like the demo rather than teal, the color I would like to be displayed. You gave me the following code to correct this error and it worked on the primary navigation; however, it did not work for the secondary navigation. The thing is, when I have a hero section, the current page color is correct; it is only on the sub navigation pages that do not have a hero section that this problem occurs. I have tried to fix this problem with variations of the code you gave me, but have been unsuccessful.

    If you are able to provide me with any guidance on this, I would really appreciate it.

    This is the code you originally gave me:

    nav#top-menu ul li.current-menu-item ul li a,
    nav#top-menu ul li.current-menu-item ul li a:visited {
    color: #1f1d78;
    }

    Thank you,
    Molly Linn

    #29095
    Bill Robbins
    Moderator

    Hello Molly Linn,

    Let’s give this a try:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      nav#top-menu ul li ul li.current-menu-item a { 
      	color: #007272; 
      }
      
    3. Update your settings.

    See if that doesn’t do trick for you.

    Take care,
    Bill

    #29103
    Molly Linn
    Participant

    Perfect. Thank you so much! Have a good day.

    #29104
    Bill Robbins
    Moderator

    Happy to help out. Have a good day too 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Drop Down Current Menu Item Color’ is closed to new replies.