Editing theme

i need help in amending smthing with my theme, i don’t want the add to cart button to appear on the product page from outside, because customers are adding to cart the smallest size as quick add

1 Like

Hello @Georgi4
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hello of course, URL is the below:

https://fredomlb.com/en-lb

1 Like

Hello @Georgi4

Which button do you want to remove? Could you send me a screenshot?

of course, the attached shows the add to cart button which i want to remove from the collection and home pages to allow customers to click on the product itself and select a size, this quick add to cart is allowing them to only quick add the smallest size

1 Like

Hello @Georgi4

Add this CSS to your theme.

.product-card .btn-globo {
    display: none;
}

hello i added the code but the add to cart is still visible for me

Hello @Georgi4

Where did you add the CSS? I can’t see the CSS I provided.

attached

Hello @Georgi4

Hello @Georgi4

You are using the Globo Collection app, right? You can also hide the “Add to Cart” button from the app settings, dear.

Okay will do from the app then, i ddn’t know. thank you a lot

1 Like

Hello @Georgi4

You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!