How to change Color and Size for The Sale Price in "Venture Theme"

Hi,

My prices look kinda small for the font and the picture. How can I make them little bigger and bold to be seen better? And making red colour to the higher price which is lined?

https://forgegrills.com/ password:ishelo

Thank you.

Hi @Narquila ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.css->paste below code at the bottom of the file:
.product-card__price {
    font-size: 16px !important;
    font-weight: 600;
}
.product-card__regular-price {
    color: #de2813 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

1 Like

That helped me a lot thank you so much.