We are currently using the venture theme. We need the “sale” prices to show up red. However, we want to keep the regular selling prices the default color. So items that show up as “On Sale for $xxx” are red with the red badge and items that show up as “from $xxx” are the default color. I’ve tried various codes but they change the color across the board and not just on sale items. Can anyone help with this? I’m including a screenshot of what I mean.
Any help is greatly appreciated!
Hi @CMasterMurph
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Hi @CMasterMurph ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Hi, @CMasterMurph .
Kindly share your store URL and password.
Of course!
Here is the URL:
https://mycnbshop.com/
Hey @CMasterMurph ,
.grid__item.small--one-half.medium-up--one-fifth:has(div.product-tag.product-tag--absolute) .product-card__info .product-card__price {
color: red
}
Add the above CSS to your theme @CMasterMurph !
Hope it helps!
This was exactly what I was looking for! Thank you so much!