Helix Menu Hover Effect - Question | JoomShaper

Helix Menu Hover Effect

P

Promptal

Helix Framework 3 years ago

I want to add hover effect to my menu that, there will be a line under hover menu item.

https://www.tillsbeachhaven.com/apt5/

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #9332

Hello Promptal

Please go to Template Options -> Custom Code -> Custom CSS and add this CSS

#sp-header .sp-megamenu-parent>li:hover>a {
    color: #150766;
    border-bottom: 2px solid black;
    line-height: 2;
    padding-top: 55px;
}

Best regards

0
P
Promptal
Accepted Answer
3 years ago #9356

How can i make the line slide under menu items. It is now underlined.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #9379

Sorry, we do not provide customization support. I have shown you the way. Please customize the CSS and check.

0
P
Promptal
Accepted Answer
3 years ago #9998

Hello Thanks for the support, is it possible to reduce line width? It overlaps the menu item.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #10002

Yes, possible with CSS. Please share a screenshot of your issue. I will try to give a fix.

0
0