Reply 336260 to: Hide add to cart button on hover of product carousel

Avatar: Tony Rodriguez
Tony Rodriguez
Support staff
October 12, 2022 at 07:15

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.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.