Change color of "on sale" in focal theme on desktop and mobile view

Topic summary

A Focal theme user wants to change the color of the \

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hello Dead community,

Im using the focal theme and I want to change the color of the “on sale” accent on both desktop and mobile view.

What exactly do I need to change in the code?

URL: https://leyah.de/products/5-in-1-haarstyler

Thanks.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.product-meta__label-list .label.label--highlight {
color: #dfbbea; /* Change this to your desired color */
}

Hello, thanks for the fast reply! It worked fine!

Is it possible to change the background color of it aswell?

It doesnt work for mobile view. Nothing changed. On desktop view, it worked fine.