CTA button fully collored

Hi All,

Maybe i’m overlooking…but i want my order now buttons to be completly green (with white text). I’ve tried a few things (maybe i’m doing something wrong) but i only get the lining green…

Store:

Example product url:
https://nxansyfbzqx5sr4r-95242977619.shopifypreview.com/products_preview?preview_key=9cddc3309c0f54e…

Theme: Craft

Password: Thetraveladdict

Thanks a lot!

1 Like

Hi @Thetraveladdict

Let try to add this custom css code:

product-form .product-form__submit {
  background: rgb(var(--color-button-text));
  color: white;
}