How to change the colour of the 'sold out' badge only

Hello @miab1567

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

.badge--bottom-left{ background: #000 !important; } span.badge--bottom-left.color-accent-2 { background: #eb1c1c !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.