How can I hide the 'Add to cart' button on all product pages?

Solved

How can I hide the 'Add to cart' button on all product pages?

lojasodi
Tourist
10 0 2

Hi,

 

I need to hide the "Add to cart" button on all of my products pages. 

 

I am using Refresh Theme.

 

My store url: https://www.sodi.com.br/

 

pwd: stawts

 

Can someone help?

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3103

This is an accepted solution.

Hi @lojasodi ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

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

<style>
.quick-add__submit {
    display: none;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 5 (5)

PageFly-Victor
Shopify Partner
7865 1785 3103

This is an accepted solution.

Hi @lojasodi ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

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

<style>
.quick-add__submit {
    display: none;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

lojasodi
Tourist
10 0 2

Hi Victor! Thank you for the quick response! 

 

Victor, I pasted but it seems it didn't work:

 

lojasodi_0-1680912643297.png

Still see the add to cart button ("Adicionar ao carrinho" = "Add to cart")

lojasodi_1-1680912707118.png

Do you think there is any other solution?

PageFly-Victor
Shopify Partner
7865 1785 3103

This is my screen, I can't see it. Could you please check it again?

Thank you

oxanalifestyle
Visitor
1 0 0

I've tried this on our sight, oxanalifestyle.com, and it doesn't seem to work. Any advice?

lojasodi
Tourist
10 0 2

Thank you victor, that worked 🙂 I need help in other topic regarding search bar, but will open a new topic.