Hi @Sunny2Day
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > theme.css and paste this at the bottom of the file:
.navlink.navlink--cart.navlink--cart--icon {
display: none;
}
Hi @Sunny2Day
.navlink.navlink--cart.navlink--cart--icon {
display: none;
}