Site logo

[Support request] Navigation menu items stay with hover color after being clicked

Home Forums Support [Support request] Navigation menu items stay with hover color after being clicked

Home Forums Support Navigation menu items stay with hover color after being clicked

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2409457
    francesco

    is there a CSS to reproduce this? .. when I click in one of the submenu items then the primary item no longer reproduces the hoever effect, is it possible to always keep the hoever effect in the primary items?

    #2409750
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to where i can see the issue ?

    #2409790
    francesco

    done

    #2409862
    David
    Staff
    Customer Support

    Try this CSS:

    
    .main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
        color: var(--accent) !important;
        background-color: #8ad6c1 !important;
    }
    #2411056
    francesco

    thx david

    #2411141
    David
    Staff
    Customer Support

    You’re welcome

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