How to remove underline from menu item on hover?

Hi guys,

I would like to remove the underline from the menu item “SHOP”. It appears only on hoovering. I would appreciate your help. Thanks

URL: https://basicbastard.co/

Hi @basicbastardco

You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.header__menu-item {
text-decoration: none;
}
1 Like

Hello @basicbastardco ,

I would like to give you a recommendation to support you:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

1 Like