Hi
Can someone please help me with the colour of the Add to Cart button in my product page. There doesn’t seem to be anywhere to change the colour. I would like it #CE7D0D
password - preepi
Hi
Can someone please help me with the colour of the Add to Cart button in my product page. There doesn’t seem to be anywhere to change the colour. I would like it #CE7D0D
password - preepi
You can do that by adding this CSS code at the bottom of your base.css file
.product-form__buttons .product-form__submit { background: #CE7D0D !important; }
Please add this css
#ProductSubmitButton-template--16188408725673__main {
background-color: #CE7D0D !important;
}