How to change the colour of the add to cart button (Sense Theme)?

How do i change the color of the “add to cart” button.
The button has my accent color only when i turn off the dynamic button.
Website: numilight.de

1 Like

@HasanK

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product-form__submit {background: #c1803e;color: #fff;}
1 Like

I am currently trying this, only i would like it in green. Could you send the code for that?