Remove add to cart icon on new product widget
May 2, 2023 at 10:15 pm
Hi
How can i remove the add to cart icons on the homepage, from new products and latest products widget?
Thanks
Thomas
Replies (2)
-
May 2, 2023 at 10:15 pm
Hi
How can i remove the add to cart icons on the homepage, from new products and latest products widget?
Thanks
Thomas -
May 4, 2023 at 3:01 pm
Hi Thomas
Try the CSS below
.home .woocommerce ul.products li.product:hover .button.add_to_cart_button,
.home .woocommerce ul.products li.product:hover .button.product_type_external,
.home .woocommerce ul.products li.product:hover .button.product_type_grouped {
display: none;
}Copy & Paste into Appearance -> Customize -> Additional CSS
Best Regards
-
May 5, 2023 at 9:11 am
thanks!
