Hi,
I’m using Dawn theme & I would like to edit the source code to change some colors:
-
Add to cart button on product page
-
Variant badges background on product page
-
Buy it now on home page
Thanx for your help
Alex
Hi,
I’m using Dawn theme & I would like to edit the source code to change some colors:
Add to cart button on product page
Variant badges background on product page
Buy it now on home page
Thanx for your help
Alex
Hi @Alex087
Try this.
button.product-form__submit.button.button--full-width.button--primary, a.button.button--primary {
background: red;
}
.product-form__input input[type=radio]:checked+label {
background: red !important;
}
And Save.
Result:
Note: Change the color you desired. I already change the home page button but if not working let me know. Thanks!
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
that’s great Made4 thanx, is it possible to edit the color of the text button of the home page?
Oh it didnt change? Im looking to your store website, I cant find it. Would you mind to share it again? Thanks!
It worked Made4, thanx again
Is it possible to also change the continue to shipping & continue to payment color button ?
You mean the cart drawer? and the cart page? Yes, we can check.
Oh, Thats is not the cart that is already the check out page. That page can be edited only with shopify plus plan. Even I give you the code. It wont read in all files in the theme. Sorry for that.
Understood Made4, thanx for your help!
Welcome!