How to change colour label on sale | in stock?

https://alpadadoors.com/collections

1 Like
  • Here is the solution for you @Daniil_P13
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.badge--on-sale {
    background: green !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like

Hey @Daniil_P13

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

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @Daniil_P13

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/theme.css and paste the code below at the bottom of the file."
on-sale-badge.badge.badge--on-sale {
background: #d8cbc3;
color: black;
padding: 5px;
border-radius: 50px;
}

.badge--on-sale {
    font-size: 8px !important;
}

Can you add more this code @Daniil_P13

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like