Can anyone advise me please? I am looking to remove the cart button from my store, I am using the craft theme.
The website isn’t transactional and I can’t seem to find a way of removing the actual icon from the header. Any ideas would be greatly appreciated. Thank you!
Personally I wouldn’t use Shopify for a non transactional store as it’s an e-commerce platform, however if you want to go ahead with this you would have to edit some code. Go to Actions > Edit Code > base.css and find the class .header__icon–cart then add the class display: none; and the cart icon will be removed.
Thank you. We do have a store on shopify that is transactional and it just seems easier keeping the stores together for now.. hopefully it will be easier!
I will take a look and see if I can do that - thank you for taking the time to comment!