Change Font Size and Color of Sale/Compare to price - Venture Theme

Good morning all! I’m looking for assistance with the following changes to my store design.

I would like to:

  • Increase the font size of ONLY the “Compare to price” (The one that has Strikethrough) on all areas of the store seen below
  • Change the font color of ONLY the “Sale price” to Red in all areas of the store seen below

@SpeedSyndicate

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @SpeedSyndicate

Hope you’re having a great day!

I’ve read your problem and before providing a solution, would like to analyze your website. Then, I will provide a solution to you up here - on the forum.

Could you share your website URL? And if your website is password protected then also provide a password?

If you have any further questions, please do reach out either here on the forum, or via private message/email.

Hey Ketan, the shop url is Speedsyndicate.org and the login password is speedsyndicate0.

I appreciate your help in advance!

Hey Michael, the shop url is Speedsyndicate.org and the login password is speedsyndicate0

@SpeedSyndicate

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.product-card__price s.product-card__regular-price { font-size: 20px; }
.product-card__price, .product-single__price{ color:red !important; }
.product-single__price--compare{ font-size: 25px; }

Hope this works.

Thanks!

@dmwwebartisan Thanks so much for your help here! This does work for the main storefront product cards, but now both prices are in red at the item level. See pictures

for comparison

@SpeedSyndicate

Please add the following code.

s#ComparePrice-product-template {
    color: #000 !important;
}

Thanks!

@dmwwebartisan Update, I was able to make the fix using the structure you gave me with .product-single__price–compare{ color:black !important; }

Thanks so much for your help!

@dmwwebartisan One final question for you! Is it possible to make just the strikethrough on the compare price red?

@SpeedSyndicate

Not understand. Right now you compare price is black and normal price is RED. Do you want compare price red ?