This topic has 2 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler
Hi, How do I change the icons in the add to cart button and buy now button,
I want 2 different icons in 2 places, what is the CSS to change this, see screenshot: https://d.pr/tlWXTA
And another question!!
Can I use font awesome icons there? if yes then how?
Thank you
Hello,
https://fontawesome.com/v4/icons/
.single-product .single_add_to_cart_button:before {
font-family: FontAwesome;
content: "\f218" !important;
}
.single-product .et-single-buy-now:before {
font-family: FontAwesome;
content: "\f013" !important;
}
Regards
Tagged: add to cart, buy now, control, icons, themes, woocommerce, wordpress
The issue related to '‘How to control the icons in the add to cart button and buy now button’' has been successfully resolved, and the topic is now closed for further responses