Hi,
I want to change the background and the text colour of add to cart button on Prestige theme. I have checked previous threads but none of the codes work for me. Any advice will be much appreciated.
Hi,
I want to change the background and the text colour of add to cart button on Prestige theme. I have checked previous threads but none of the codes work for me. Any advice will be much appreciated.
@ISS1 Send me store url
HI @ISS1 ,
Can you share your store URL ?
Hi @ISS1
Please use this code in CSS file
use color code as per your requirents
.Button--primary:before {
background-color: #000 !important;
}
.Button--primary {
color: #f00;
}
Hi @ISS1
Please use this code in CSS file
use color code as per your requirements
.Button--primary:before {
background-color: #000 !important;
}
.Button--primary {
color: #f00;
}
this code is changing colours of all buttons.. I need add to cart button colour different to highlight it.
Please try this code
.ProductForm__BuyButtons .Button--primary:before {
background-color: #000 !important;
}
.ProductForm__BuyButtons .Button--primary:before {
background-color: #000 !important;
}
Hi this worked! thank you.
Just one issue though. I have the highlight product block on Home page and the buy button there has become white. Is there any solution for that?
And I also want to make the Checkout button the same colour as Add to cart. Sorry I didn’t realise that this will also need a seperate code! will truly appreciate your help with this one too.