How can I enlarge the sale price font on Prestige theme mobile version?

Hi guys,

Could you someone knows how to increase the font of the sale price for the Prestige theme. On mobile version is too small. The URL is https://einnovashop.com.

Many thanks in advace

Marc

@MarksBcn

Happy to help you:

  1. Go to your code editor > Assets > theme.scss.css and paste this lines at the bottom of the page:
@media screen and (max-width: 768px) { { 
span.ProductItem__Price.Price.Price--highlight.Text--subdued, span.ProductItem__Price.Price.Price--compareAt.Text--subdued {
    font-size: 18px;
}
}

https://prnt.sc/21zw3n4

You can increase or decrease the font-size pixels according to your requirement.


If the solution is helpful please like and accept as solution. For any queries DM or mail at: shopify.dev.34@gmail.com.

Hi @Savior , I tried but it didn’t work. It shows something strange as you can see in the files I attach you.

Thanks