How to change add to cart button to black with white text? dawn theme
How can I message you private
Click on my profile and then you will see a Send message button.
Best Regards,
Moeed
Hey @sesh
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @sesh
I hope you are well.
Could you please provide us your store URL?
Looking forward to hearing from you soon. Thank you!
Best,
Lydia
Hey @sesh
Keep the previous code and add this new code above in the end of theme.liquid file
.badge {
border-radius: 0 !important;
font-weight: bold !important;
}
RESULT:
![]()
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed

