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
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
Happy to help you:
@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;
}
}
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