I need to change only the discount price to red, but i want the normal price to stay black
1 Like
Hi @MonkataWe ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css or any custom CSS file
Step 3: Paste the below code at bottom of the file → Save
.card-information>.price.price--on-sale .price__sale .price-item--regular {
--color-foreground: 255, 0, 0;
}
Hi @MonkataWe
Please share your store URL and password.
So that I will check and let you know the exact solution here.