Hey! I cant find the solution on removing the underline while hovering in Menu.
Mind sharing a link to your website so we can see the specific class causing it?
Plesae share your store url.
Can you give me your page URL (with pass if your store password is enabled), so I can check it and maybe give you a solution?
Kind & Best regards,
GemPages Support Team
Do we really need three people to ask him that? I think he got it the first time
This is Victor from PageFly - Shopify Page Builder App, Iād like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.header__active-menu-item {
text-decoration: unset !important;
}
.header__menu-item:hover span {
text-decoration: unset !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
2 Likes
