Jump to content

How to remove or hide Add to Cart button on categories pages


Recommended Posts

the products are in catalogue mode, the add to cart button is hide in products page, however in catagories page, the button Add to Cart button is not working, but still shown and icnat figure it out how to hide the button in categories page, you can check the picture or follow the link to see the problem live , https://teste.jribeirodesigner.pt/11-bmw

Artboard 1@0.75x.png

Link to comment
Share on other sites

12 hours ago, endriu107 said:

You can remove it from tpl file or in custom.css you can hide it by adding this code:

.product-description .add {
    display: none;
}

 

Thanks. It worked fine, i just have to add the code both in my personal theme and in classic theme.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...