How can I remove the shopping cart icon from the Studio theme?

Hello,

I would like to remove the shopping cart icon from the “Studio” theme as I am creating a showcase website only.

How can I do that?

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code at the bottom:

.header__icon--cart {
    display: none !important;
}
1 Like

Thank you so much.
I have one last question, perhaps you can help me.
In the page header, it says “my shop” and I can’t seem to remove it.
How can I do that?