How to remove or hide the shopping cart icon in Shapes theme?

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?

Thank you:

https://superbrew.com/

p/w: superbrew

Hi @RomV

Thank you for providing the website info. Please follow the instructions below

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the base.bundle.css file
  3. At very end of the code, add the code below
/* Remove the cart icon */
button#CartButton {
    display: none;
}

Great. Thanks so much! That worked