Remove Underline while hovering in Menu - Dawn Theme

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?

@jonathan_p97

Plesae share your store url.

Hi @jonathan_p97

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

Hi @jonathan_p97

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