Goal: reduce the homepage price font size in the Shopify Dawn theme, mainly to prevent the currency symbol from breaking onto a separate line on mobile. Also requested a slight reduction for the installment line (“Ou 12x…”), preferably via the theme’s Custom CSS box rather than editing theme files.
Latest inputs:
A code-based suggestion to add Custom CSS targeting:
• .card-information .price-item.price-item–sale for a smaller font size and normal weight.
• .card-information .parcelamento b for normal weight and a smaller size (affecting the installment text).
An alternative no‑code approach: use the “Snap Price Design Badge & Icon” app to adjust size, color, and position of price elements without editing code (promoted as free).
Notes:
Screenshots were provided showing the mobile line-break issue and the Custom CSS input area, which are central to understanding the request.
“Parcelamento” refers to installment/financing text (e.g., “Ou 12x …”).
Status: No confirmation from the original poster that the CSS or the app resolved the issue; no final decision recorded. Discussion remains open.
Summarized with AI on December 13.
AI used: gpt-5.
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;
}
Are you bored with adding code and editing it every time you want to change the product price layout?
I have a tip trick for you: from now on, you won’t need those lines of code anymore. We have developed a comprehensive solution to edit the size, color, and position of each price type on your product without any coding. Try Snap Price Design Badge & Icon now for totally FREE to minimize the steps to edit your price design.