menu text highlight color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3665
    Light House
    Member

    so I got the hover color of the submenu the change and it works perfectly. How would I change the highlight color of each main menu title. When you mouse over one of the main menu titles they change from the black text to the standard orange color. What do I enter in the custom css to change the color for each individual highlight color for menu items.

    #3731
    Nexus
    Moderator

    Hi,

    Sorry for the delay in getting back to you. I got busy with an upcoming release. You can change the hover color for the menu items by knowing what each of the list item ids are and then applying the appropriate style to them like below.

    #primary-menu > ul > #menu-item-4064:hover > a {
    color: #ff0000;
    }
    
    #primary-menu > ul > #menu-item-4039:hover > a {
    color: #00ff00;
    }

    Make sure you use the chrome developer tools to know the menu-item ids of your list items. Thanks for your patience.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.