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
yes, please try this code
- Go to Online Store->Theme->Edit code
- 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?
