How can I change the color of my Add to Cart button?

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

mollycoddlemeg.co.uk

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; }
1 Like

@Molly8

Please add this css

#ProductSubmitButton-template--16188408725673__main {
  background-color: #CE7D0D !important;
}
1 Like