Dawn theme - remove lines under menu navigation

Hi,

Any way to completely remove lines from under the menu navigation? (When hovering over it for example).

Kind regards,

Troy

Hi @troydewit

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


If the code doesn’t work please share the URL and password so I can check more

Hope this answer helps.

Best regards,

Victor | PageFly

Hi @troydewit ,

Can you give me your page URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

Hi, thank you for your reply! The code did not work, my store URL is www.crazerebels.com

Hi, thank you for your reply! My store URL is www.crazerebels.com

Help me add this code to the file theme.liquid


Hi,

Thank you for your reply. The code still doesn’t fix it. I’m not sure whether I was clear on what I meant, but I would like to get the lines under my header menu navigation removed (refer to image)

Kind regards

Oh, I got it you want to remove the underscore of the text on the header right?

please help me add this code on file base.css

span.header__active-menu-item {
text-decoration: unset !important;
}

1 Like