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
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
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;
}
Hello @basicbastardco ,
I would like to give you a recommendation to support you:
Open your theme.liquid theme file
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team