How can I remove the 'Add to Cart' button in the Label theme?

How can I remove the 'Add to Cart' button in the Label theme?

theshadow
Shopify Partner
3 0 0

Hey!

How do I get the cart to be removed in the label theme? Not just have it be invisible, but to actually have it removed so no one can click it? (if you go on my website its invisible, but still clickable)

 

The URL is www.onlychicksagency.com

Theme: Label

Appreciate anyone that could help!

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1280

Hello @theshadow 

It's GemPages support team and glad to support you today.

 

You can follow these steps:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste below code before </body> :

 

<style>
#headerContainer a[href="/cart"]{
   display: none;
}
</style>

 

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center