Change color and shape of sale button on Origin Theme

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 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. 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!

Hey @suitcaseflex

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. 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.