Hi, How do I change the color and Shape on the Sale button on the Origin Theme, I want the background to be black and the text to be white and I want to have the corners rounded off like the add to cart button in the screenshot attached.
Appreciate any help!
1 Like
Hi @suitcaseflex ,
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Moeed
October 7, 2024, 10:22am
3
Hey @suitcaseflex
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
Hello @suitcaseflex
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
span.badge.price__badge-sale.color-scheme-5 {
background: #000 !important;
color: #fff !important;
border-radius: 20px !important;
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.