Jmaribeiro4159 Posted April 3, 2023 Share Posted April 3, 2023 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 Link to comment Share on other sites More sharing options...
endriu107 Posted April 3, 2023 Share Posted April 3, 2023 You can remove it from tpl file or in custom.css you can hide it by adding this code: .product-description .add { display: none; } Link to comment Share on other sites More sharing options...
Jmaribeiro4159 Posted April 4, 2023 Author Share Posted April 4, 2023 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now