Hello!
I found out, that I can change the color of thefollowing buttons/elements in woocommerce: add to cart, buy, enlarge image, Apply coupon
by editing Allgemeines Styling > Main Content > Primary Color.
Unfortunatly this also applys color change to a lot of fonts.
Is there a way to just change the color of this buttons/elements, without effecting fontscolors?
Would be great!
Thanks in advance!
Hey NikitaGlas!
Try adding this to your custom CSS.
.single_add_to_cart_button, .apply_coupon, .update_cart { background-color: blue !important; border-color: blue !important; }
If there are other areas then please send us a link and we’ll take a look.
Regards,
Elliott