Hi,
I am wondering how I can remove the underline from the “ACCOUNT” & “CART” Menu items on the right hand side of the menu. I am using the Taste Theme.
My Site: https://muddytrenchwear.com/
Password to get through: MTT2023
Any help would be very much appreciated. Thank you all,
Tyler
Hi @Tylerverdee ,
I understand that you want to remove the underline from the “ACCOUNT” & “CART” Menu items on the right hand side of the menu.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “theme.scss.liquid” or “styles.scss.liquid” file, depending on which file your theme uses to store its CSS styles.
- At the bottom of the file, add the following CSS code:
.header__icons a {
text-decoration: none !important;
}
-
Result:
-
-
Dont forget to save!
-
I hope it help.
Thank you very much this was exactly correct