This topic has 2 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Tony Rodriguez
How do you hide the add to cart button on a product carousel on the
Hello, @riddlezitindustries,
Actually, Theme has an option to hide the add to cart button in the Theme options >> WooCommerce >> Shop >> Product Style >> Check image: https://postimg.cc/cvMxjvjk but it will hide the button from the complete site. If you want to hide the button from the carousel/slider only you have to make it using custom CSS code.
Now, In order to solve your issue simply go to the Dashboard >> XStore >> Theme OPtions >> Theme Custom CSS >> Global and paste the below code at the bottom of the CSS box there.
.product-slide .product-details .button{display:none !important;}
Then save settings and check back to your site after clearing the browser cache.
Regards 8Themes Team.
Tagged: best selling, button, carousel, cart, hide, hover, product, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up