Change color of discount text and background next to price

Hello, I use the Focal theme and I would like to change the color of the discount text and background of it.

Can anyone help?

123s.jpg

Hi, @LeyDE .

Please share your store URL and password?

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

Hi @LeyDE

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.product-meta__label-list.label-list span.label.label–highlight {

background: red !important;

color: black !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

.label--highlight {
    background: black;
    color: yellow;
}

Result:

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

Thanks. But its not working for mobile view.

Can you do one for both desktop and mobile?