Removing shopping cart icon on the header for theme Sense

How do I remove the shopping cart icon on the header for the theme Sense?

Hi @duriandynasty , can you share your store url?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the Bottom of the file:
#cart-icon-bubble {
display: none;
}

Hey @duriandynasty

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi!

I am also trying to remove cart and account icons from the header but the code doesn’t work.

I am on Prestige theme.

thank you

Hi,

Would you be able to help me with this?

I was trying following these steps on Prestige theme but it didn’t work.