Hello!!!
How can I change (or remove) the icon for the “add to cart” button on the single product page?
Thank you!
This topic has 4 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
Hello!!!
How can I change (or remove) the icon for the “add to cart” button on the single product page?
Thank you!
Hi Rose!
I found how to remove it, but if there was a way to change the icon, it would be ideal!
Hi,
There is no such option, but you can use custom CSS code.
For example, add the next code in Theme Options > Theme custom CSS:
.single-product .single_add_to_cart_button:before {
content: "\e90c";
}
Select icon from here – https://xstore.8theme.com/xstore-icons/
Regards
The issue related to '‘Change add to cart button icon’' has been successfully resolved, and the topic is now closed for further responses