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!
HI Can you share the store password so I can help you out
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
background white and text black
OK
You need to follow these steps:
- Go to the Online Store
- Edit Code
- 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!
Thanks!