This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hello
How Can I change the color only in my plus button in all my products
Thanks
Hello,
Try to use this custom CSS code:
div.quantity > .plus {
color: white;
background-color: #e45d16;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up