Shopping Cart Icon in Shapes

RomV
Tourist
3 0 3

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? 

Replies 4 (4)
made4Uo
Shopify Partner
3756 709 1077

Hi @RomV 

 

Do you mind sharing your website so we can provide a code appropriate for you?

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
RomV
Tourist
3 0 3

Thank you:

 

https://superbrew.com/

p/w: superbrew

made4Uo
Shopify Partner
3756 709 1077

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;
}

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
RomV
Tourist
3 0 3

Great. Thanks so much! That worked