Change the colour of the add to cart button, in flow theme

Im trying to change the colour of the add to cart button, in flow theme.

I have seen a few threads and videos on how to change this with code but none are working for the flow theme.

I would really appreciate it if someone could help?

Thanks in advance.

1 Like

@slidingaround ,

Please share your store url.

www.thefoamlife.com

@slidingaround

Add this code in your custom.css file like this.

.product-single .paymentButtonsWrapper #AddToCart.add-to-cart--secondary:not(.disabled) {
    background: #37d2cb;
}

1 Like

@Muhammad_Ali_S Thank you so much, I’ve tried everything and now this works. Much appreciated.

1 Like

@slidingaround

You’re welcome.

1 Like