Hover color change over main menu items.

Support Area Forums Curator Hover color change over main menu items.

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #8074
    Kat Camplin
    Participant

    I’m stumped. I’d like the hover color on the main menu to change as well as the Sub-menus. The Sub-menus are working correctly. I have:

    Navigation Link Color Hover
    Sets color for your navigation menu items while hovering.
    set to: #004497

    http://asenseoforder.com/wordpress/

    Thank you!
    Kat

    #8075
    Bill Robbins
    Moderator

    Kat,

    Thank you for your business first of all. I believe I can help you out. Here’s how to get your navigation color up working:

    1. Go to the Appearance section of your WordPress control panel and select “edit.”
    2. From the list of files on your right, choose “custom-css.php” and look for this spot (it’s at the front of line 52):
      
      .menu-item a:hover
      
    3. Replace that with this:
      
      #navigation .menu-item a:hover
      
    4. Save your changes.

    That should get your top level hover color straightened out. If you run into trouble, let me know.

    Enjoy your weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hover color change over main menu items.’ is closed to new replies.