This topic has 7 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi,
How can I change the colour of the shopping cart button, so that it is like on this website?
Thank you
Hello,
.single-product .product-information .cart button[type="submit"] {
background-color: #2fd03b !important;
}
Regards
Thank you. Is it possible to make the colour gradient green like on the mentioned website?
And: if you hover over the ‘Shop’ button, that you then get a slightly darker colour green of the button?
Hello,
Thank you. Is it possible to make the colour gradient green like on the mentioned website?
– You’re welcome! Please provide screenshot for better understanding what exactly gradient do you mean.
And: if you hover over the ‘Shop’ button, that you then get a slightly darker colour green of the button?
.single-product .product-information .cart button[type="submit"]:hover {
background-color: #17ab22 !important;
}
Regards
Thank you kindly
You’re welcome!
Regards
The issue related to '‘Change colour of 'In shopping cart' button’' has been successfully resolved, and the topic is now closed for further responses