Hide Add to cart ajax button on all products
Hello,
I want to remove add to cart ajax button/option on all products. Either these products are simple or variable
I tried this CSS code but it only hide the button on Simple products. But all other products which have Size variable still shows this LINK icon on hover. Link icon can be shown on all products, its alright. But I just want to take out the ADD TO CART FUNCTIONALITY from the user.
CSS CODE USED
.if-overlay .image_frame .image_wrapper .image_links.double {
display: none;
}
This link has simple products.
henna4uleicester.co.uk/product-category/bridal/
This link has variable products.
henna4uleicester.co.uk/product-category/premium-cones/
Second Issue
Single product page shows a message on top when product is added to cart. Screenshot attached.
But on ajax button this message does not show up. How to get this message on ajax add to cart?
If this happens then I dont need the above solution at all (i will not remove the add to cart button)
Comments
Hello,
1) If you want ot remove all Add to Cart buttons, please, go to Betheme -> Theme options -> Blog, Portfolio & Shop -> Shop, and there you will be able to turn this option on.
2) Please, try to use the following Custom CSS Code, and put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
This method removes the Add to cart option from the single product page too. So no body will be able to add product to cart.
This is not what I want
I need to be sure.
You want to remove add to cart button from the catalog of all products?
If it is not that, can you send me a screenshot showing what you want to remove, and how it should look, please?
Thanks