I’m completely lost and unable to find out where to change the compare at slashed out price color. Habitat is the theme, example of a page is https://qualityhome.com/collections/bed/products/yates-king-platform-bed-adj-hb-crown-mark
I want to change the crossed out $429.99 color.
Thanks!
Hi @Luke-QualityH
This is Richard 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 app.css
Step 3: Paste the below code at bottom of the file → Save
.price del .amount {
opacity: 1 !important;
color: red !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
Hi @Luke-QualityH , you can change it in your store admin > Sale channels > Online store > Themes > Edit code > Assets > open product.css and add this CSS code at the bottom of your file
.price del { text-decoration-color: red; }
Replace red with the color that you want. Here is the value