This topic has 6 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Stan Russell
Hi guys,
I would like to know if you can assist me in changing the Add to Cart button. I would like to change the color to red, add an icon of a shopping cart before the text, and white bold text. I would like the button to look like this example: Example Button. Any help would truly be appreciated.
Regards,
Mike
Hello,
Do you want to modify the button on single product page or on Shop page?
Regards,
Eva Kemp.
Hi Eva,
Sorry, that would be the single product page.
Hello,
Please add this code in Global Custom CSS:
.product-information .cart button[type="submit"]::before {
content: "\f07a";
font-family: FontAwesome;
padding-right: 10px;
}
.product-information .cart button[type="submit"] {
width: 315px !important;
background-color: red;
font-weight: bold;
}
Regards,
Eva Kemp.
Wow! Thank you, Eva, for this. Exactly what I needed!
Hello mlamike,
you are welcome!
Regards,
Stan Russell.
Tagged: add to cart, best selling, persuasive, shopping cart icon, themes, woocommerce
The issue related to '‘Add to Cart Button Shopping Cart Icon’' has been successfully resolved, and the topic is now closed for further responses