How can I hide 'Add to Cart' buttons on my Shopify theme Kalles v2.7.3?

I was hoping to know how can I hide Add to Cart buttons on both product listing page, minicart pop-up, cart page and product page.

I am using shopify theme Kalles v2.7.3

Hi @bilal211 , you can do this easily by getting the Add to Cart button class by inspecting and write the CSS code for removing. like in my case my add to cart button code is -


so my class name is “add-to-cart” and I will write the CSS for this class name in CSS file.

.add-to-cart{
display: none;
}

Your add to cart button will remove. so if you want to remove from the mini cart or other place just follow the above steps.

I hope it works for you!

@bilal211

Kalles theme has multiple design options

you can check it from customize window

Hello @bilal211

Could you please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.