Hi.
I have Prestige theme on my webshop. I would like to have the Add to Cart button green and therefore I changed the button color to green in the theme edit, but now discovered, that all buttons are green. Is it possible to only change the color of the Add to Cart button?
Hope someone can help me with a simple code or trick.
Best,
Mie
1 Like
@MieMartine
Kindly, Share your Store url, So that i can help you.
@MieMartine ,
Share the URL & which button you want to green ?
@MieMartine
which button you want to be in green ?
@MieMartine
.Button--primary:before{
background-color: #9bba86 !Important;
}
Add this code in the bottom of theme.css file.
I would like the TILFØJ TIL KURV button to be this green: #9bba86 (it is black right now).
Will this make the TILFØJ TIL KURV button green #9bba86. I have replied with a picture, so you can see which button that must be green 
@MieMartine ,
.Button--primary:before, .shopify-payment-button__button--unbranded:before, .spr-summary-actions-newreview:before, .spr-button-primary:not(input):before {
background: #9bba86;
}
Add this code in the bottom of theme.css file.
@MieMartine ,
you can take color code as per you need.
Oh noo I accidently think I deleted some of the last codes and now the button is black and when I press the button on my website the mouse becomes a round red thing 
@MieMartine ,
.Button--primary:before, .shopify-payment-button__button--unbranded:before, .spr-summary-actions-newreview:before, .spr-button-primary:not(input):before {
background: #9bba86;
}
Can you see if I am missing some regular code? I am worried that I accidently deleted some of the codes in theme.css bottom when I put in your code 
Thank you so much for helping. I am worried that I accidently deleted some of the code in the theme.css bottom, when I was trying out your codes. Can you see if it looks ok? I put in a code for the color but suddenly the color is not showing 
It does not work. Do you know why?
Still does not work - the button is still black. I am afraid that I deleted something important?
Yes found the missing code in a copy of the theme! So it works. Thank you so much for helping! Is it possible to remove the black line around the green button?
@MieMartine ,
button.ProductForm__AddToCart.Button.Button--primary.Button--full {
border: 0;
}
use this