Remove add to cart icon on new product widget

T Started by Thomas · May 2, 2023 at 10:15 pm · 2 replies 0 voices Last reply 3 years, 1 month ago
ST
Spiracle Themes Original poster
#2

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Remove add to cart icon on new product widget

By posting, your reply becomes public (unless marked private).