Dropdown Menu Navigation Color

Support Area Forums Foundation Dropdown Menu Navigation Color

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #10119
    Katie Dawson
    Participant

    I would like to change the color of the items on my dropdown navigation menu, but cannot find the place to do so. I need them to be white instead of the color there.

    Any suggestions?
    http://www.inmiowa.org/

    #10121
    Bill Robbins
    Moderator

    Katie,

    Great question. I took a look and it appears that the color has been changed in the theme’s stylesheet. Here’s how to change it back.

    1. Go to the Appearance section and select Edit.
    2. From the list of files on your right, choose style.css and look down just a bit for this spot:
      
      #navigation .menu li li a, 
      #navigation .menu li li a:visited {
      	color: #474747;
      	width: 140px;
      	margin-left: 0;
      	margin-right: 0;
      	padding: 8px 9px 7px;
      }
      
    3. Change the #474747 to #ffffff and save your changes.

    That should turn it to white for you. If you run into any trouble, let me know.

    Enjoy your weekend,
    Bill

    #10122
    Katie Dawson
    Participant

    Thanks so much!

    #10123
    Bill Robbins
    Moderator

    Always glad to help. Let me know if you need anything else.

    #10124
    Katie Dawson
    Participant

    One more piece of that puzzle…

    When the top menu item is selected, the dropdown items underneath it are all highlighted as well. Is there a way to change that so they remain the same color as other menu items until hovered over?

    I tried to adjust a few things in that section of the stylesheet and I’m not sure I was entirely successful so I thought I’d just ask.

    Related to that, when the active page is a sub-menu item, the other items in the sub-menu have grey backgrounds instead of the regular red.

    I know just enough to get myself in trouble on this 😉

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Dropdown Menu Navigation Color’ is closed to new replies.