Why is mobile sale and web sale have different color

make the mobile sale into red same with desktop

https://www.makerlab-electronics.com/

Hello @niceeee

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag


Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

how about the .price–on-sale .price-item–regular

Hello @niceeee

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

@media screen and (max-width: 767px){ .card__content .card__badge span { background-color: red !important; } .price__sale s.price-item.price-item--regular { color: red !important; } }

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

Hello @niceeee

Could you please specify what you would like to know about those classes?

I mean this one