How can I remove the hover underline effect in Debut Theme?

Hey,

I would like to know how can I remove the underline effect when I hover on some word, for example on the menu.
Thanks.

Link : https://relentless-clothingz.myshopify.com

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.site-nav__label {
border-bottom: none !important;
}
1 Like

Thanks, that’s what I was looking for.

How can I have the same but for the text in the footer ?

this doesn’t work