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?
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:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.header__icon--cart {
display: none !important;
}
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?