Change add to cart button to use secondary button colors - Focal theme

I would like to use secondary button colors only on the add to cart button. Rest of the buttons should stay using the primary button colors. How can I do this?

Hello,

Please share “Store URL”

Thanks!

1 Like

HI Can you share the store password so I can help you out

1 Like

https://568839.myshopify.com/

password: 1234

Can You share the Color you want to be In secondary color because in your theme their is no secondary color is defined

1 Like

background white and text black

OK

You need to follow these steps:

  1. Go to the Online Store
  2. Edit Code
  3. Find theme.css / base.css

And past that CSS Code:

#AddToCart {
    background: white;
    color: black;
}

it will only work on add to cart button

I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!

1 Like

Thanks!