We are working in “Shapes” and won’t have anything to sell or add into a cart for now. What is the easiest way to remove or hide the shopping cart icon for this theme?
Hi @RomV
Do you mind sharing your website so we can provide a code appropriate for you?
Hi @RomV
Thank you for providing the website info. Please follow the instructions below
- From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
- Go to Asset folder and open the base.bundle.css file
- At very end of the code, add the code below
/* Remove the cart icon */
button#CartButton {
display: none;
}
Great. Thanks so much! That worked