Shopify themes, liquid, logos, and UX
Hi, can someone indicate how to reduce font size specifically for the prices on the home page?
In mobile view the price is separating from the currency symbol as shown on the image below.
The last line with "Ou 12x..." sometimes have the same problem. It would be nice to reduce a little bit too.
This is the website: www.princesaencantada.com.br
If possible it would be nice to adjust these font sizes using this CSS styling box instead of coding on the CSS files:
Solved! Go to the solution
This is an accepted solution.
Hi @rafaelbata ,
May I suggest add code below to custom CSS:
body .card-information .price-item.price-item--sale {
font-size: 1.6rem;
font-weight: normal !important;
}
body .card-information .parcelamento b {
font-weight: normal!important;
font-size: 1.2rem;
}
This is an accepted solution.
Hi @rafaelbata ,
May I suggest add code below to custom CSS:
body .card-information .price-item.price-item--sale {
font-size: 1.6rem;
font-weight: normal !important;
}
body .card-information .parcelamento b {
font-weight: normal!important;
font-size: 1.2rem;
}
HI @rafaelbata , thank you for posting here!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025