[NEED HELP]How to remove add to cart button from estore wordpress theme

webmasterbd

Elite Member
Joined
Dec 2, 2009
Messages
5,393
Reaction score
3,004
Hi guys! Need help urgently on something.I want to remove the "add to cart button" from my wordpress theme that keep showing on the content I am posting.How do I remove it?
 
You click the button: Remove Add To Cart Button

Seriously now, you have to edit the php code and remove some lines, it can't be that hard. Or simply add to css display:none for that specific div, shouldn't be hard at all. Send me a PM with your website and I might have a quick solution for you.
 
Do you want to completely remove "add to cart button" from the site?


Hi guys! Need help urgently on something.I want to remove the "add to cart button" from my wordpress theme that keep showing on the content I am posting.How do I remove it?
 
Find the div's class, and then add .classname {display:none;} to your style.css

This will not remove the cart from source code, but it will be invisible to you.
 
Back
Top