Sub item menu text color

Support Area Forums Bottega Sub item menu text color

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #27281
    Glynnes Pruett
    Participant

    Hey Bill- How would i change, or rather are you able to change the text color of a sub item on the navigation menu?

    thank you

    #27289
    Bill Robbins
    Moderator

    Good Evening Glynnes,

    You can do that. There isn’t a built in control for the drop-down items so here’s how to change those:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #navigation .menu li li a, 
      #navigation .menu li li a:visited {
      	color: #fff;
      }
      
      #navigation .menu li li a:hover {
      	color: #ccc;
      }
      
    3. Update your settings.

    Just change the top color for the normal state and the bottom color there for the hover one to the colors you’d like to use.

    Take care,
    Bill

    #27309
    Glynnes Pruett
    Participant

    thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sub item menu text color’ is closed to new replies.