I cannot manage to apply the cart icon on an addtocart button in a grouped product.
.single_add_to_cart_button:before
In theme’s custom css I wrote:
.woocommerce-grouped-product-list-item__quantity.product-quantity .wd-tools-icon.plus_add.single_add_to_cart_button {display:inline-flex !important;}
.woocommerce-grouped-product-list-item__quantity.product-quantity button.wd-tools-icon:before {
content: “\f147a”;
font-family:”woodmart-font”;display:inline-flex}
The att-to-cart button appears plain green. It eems the selector is wrong
I also added a direct selector
.single_add_to_cart_button:before{ content: “\f147a” !important; font-family:”woodmart-font”; display:inline-flex !important;}
but it seems it is not even taken into account.
Cache is disabled.
t happens I migrated the site to a new server, and the icon disappeared