• I added in the submenu, rounded edges, a hover effect and a different border size.

    On hover, black doesn’t cover the entire selection, but leaves a transparent comma. I wish the hover would go all the way to the edge.

    The problem happens with the first and last items of the submenus. I will have the same problem with the menu, when I manually put the hover effect. Check some customizations because they are present in some and missing in others.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi ildomandatore,

    Please go to Mega Menu > Menu Themes > Custom Styling and add the following:

    #{$wrap} #{$menu} li.mega-menu-item > a.mega-menu-link {
        border-radius: 20px !important;;
    }
    #{$wrap} #{$menu} li.mega-menu-item > ul.mega-sub-menu {
        border-radius: 20px !important;
    }

    I see you are using SG Optimiser so make sure you clear the cache after saving any changes to the menu theme.

    Regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Correct hover when you put a rounded edge.’ is closed to new replies.