How to change the color of discounted prices?

Hello, everything in the title

The goal is keep the initial price in black and put the disconted actual price in red color

Before it was easy to do it but now this “color scheme” everything is more complicated.

Thanks you for your help

1 Like

Hi @Deldel

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Hello, yes: mister-discount.fr

1 Like

Thanks for the info, check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.price--large  {
    color: red
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Thanks you my friend ! I did send you a coffee tip for that, have a nice day! :blush:

1 Like

Welcome and Thank you!

Hey i also really would lik some help making the Price red. But no code added to base.css the bottom is working. My shop is Venomshop.de Password: Nö

1 Like

Hi @Venomshop

Did you already solve the problem?

1 Like