Hi, another color tweak is needed :-) https://prnt.sc/NbIbCHoHoAFe >> How can I make the color of ‘update winkelwagen’ yellow (CB9F2C) and when you hover it turns green (003D1D)? Now it’s white-ish and when you hover it turns yellow…
Thanks!
Hey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .actions .button[name="update_cart"] {
color: #CB9F2C;
}
#top .actions .button[name="update_cart"]:hover {
color: #003D1D;
}
Best regards,
Yigit