Remove Icon Header

Hi, how do I remove the Profile Icon in my header?

Thank you!

https://f4063nx8i83l9g5g-69711397132.shopifypreview.com

Hey @domo2 ,

You shold have a setting to toggle this icon inside your header settings, if you can’t find it you can hide it with code.

Add the following css to the bottom of your theme.css file:

#NavStandard > div.menu__item.menu__item--icons > div:nth-child(1) > a {
    display: none !important;
}

Sincerely,
Lior from Studio Enchant

Hello @domo2 ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
.menu__item.menu__item--icons > .menu__item--icon:nth-child(1) {
    display: none !important;
}

Let me know if you need further assistance!

Thank you!

Can you help me with this one too please?

I want to change to change the Cart Icon to the following picture.

Thank you!

Can you help me with this one too please?

I want to change to change the Cart Icon to the following picture.