Site logo

[Resolved] 1st Menu item without color-change on hover

Home Forums Support [Resolved] 1st Menu item without color-change on hover

Home Forums Support 1st Menu item without color-change on hover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2406263
    Torsten

    Hi,
    I don’t understand why the first Menu item (and Submenu items) donot have the same hover-color-effect as the others, in fact they don’t have any.
    Mouse-over color should be #cd9933
    Can you help?
    Thx ahead,
    Torsten

    #2406425
    Torsten

    Additial info:
    the hover effect is not working on the active page, submenu items are anchor items. Means: if I’m on the startpage there is no hover effect on this menu and submenu anchor items there, if I’m on the 2nd menu (with sub menu items) the hover effect is not working there.

    #2406613
    David
    Staff
    Customer Support

    Hi there,

    It will require some CSS to override the current menu item styles – try this:

    
    .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
        color: #cd9933;
        background-color: var(--base-3);
    }
    #2406616
    Torsten

    Top!
    once again…
    Thx.

    #2406675
    David
    Staff
    Customer Support

    Glad to be of help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.