This topic has 5 replies, 3 voices, and was last updated 2 years, 7 months ago ago by Olga Barlow
Hi, how to customize add to cart icon on the single product page?
Hello,
You can use one of these icons, by adding the next code in Theme options > Theme custom CSS:
.single-product .single_add_to_cart_button:before {
content: "\e90d";
}
Regards
How to remove it?
.single-product .single_add_to_cart_button:before {
content: “”;
}
Like this?
Hello,
Use below code
.single-product .template-container .single_add_to_cart_button:before {
display:none;
}
Regards
Tagged: add to cart, customize, icon, product page, woocommerce, wordpress
The issue related to '‘How to customize add to cart icon on the single product page?’' has been successfully resolved, and the topic is now closed for further responses