Removing shopping bag icon from Craft theme

Hello,

Could someone help me know how to remove the shopping bag icon from the home page for now until we are ready to sell products later this year? Thanks!

First duplicate your theme

Then click on edit code

Scroll down to base.css

Scroll down to the bottom of the file and paste this line of code

/* hiding cart icon */

.header__icon:not(.header__icon–summary){
display:none;
}

And then save.

1 Like

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.