How do I Remove Underline From Right Side Menu Items (Taste Theme)

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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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.
  4. At the bottom of the file, add the following CSS code:
.header__icons a {
    text-decoration: none !important;
}

Thank you very much this was exactly correct

Welcome happy to help. :blush: