This topic has 2 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
Hi, where can I change the “add to shopping bag” icon and instead put “Add To Cart”? Client requested this because apparently the icon is not very helpful and user friendly (lots of people still don’t understand e-commerce related icons & symbols). For more information, take a look at these screenshots:
https://drive.google.com/file/d/1VSroaGa6IyTxOpYwrk6z3tFR4rHEL9tk/view?usp=sharing
https://drive.google.com/file/d/1Otz1cgrSc9olJGV3DnJEiZwDoPCpAxCo/view?usp=sharing
Hi,
Thanks for using our theme.
Try to add the next code in Theme Options > Theme custom CSS:
.et_cart-type-1 .quantity-wrapper .button:before {
content: "Add to cart";
font-size: 14px;
text-transform: none;
padding: 0 15px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up