Site logo

[Resolved] Navigation sub-menu border radius when hovered

Home Forums Support [Resolved] Navigation sub-menu border radius when hovered

Home Forums Support Navigation sub-menu border radius when hovered

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2572894
    Aleksi

    Hi,

    Thanks for GP and GB,

    How can i have navigation sub-menu stays with border radius when hovered?

    #2573213
    David
    Staff
    Customer Support

    Hi there,

    you can hide the overflow … IF… you don’t want sub-sub-menis:

    .main-navigation:not(.toggled) ul li:hover>ul {
        overflow: hidden !important;
    }

    If you need sub-sub-menus then let us know, as that will require adding border-radius to the links too. So a different set of CSS

    #2573316
    Aleksi

    Thanks.

    I will keep your response to add CSS to the links if needed. If it’s not too complexe, should be able to do that quickly.

    #2573693
    David
    Staff
    Customer Support

    You’re welcome
    Let us know if you need any assistance with that

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