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!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024