How can I make the price (80 EUR) IN Bold
Topic summary
A user seeks to make product prices display in bold font on their Shopify store (auntclothing.com). Multiple solutions are provided:
Common approach:
- Navigate to Online Store → Theme → Edit code
- Locate the
base.cssortheme.scssfile in the Assets folder - Add CSS code at the bottom:
.price { font-weight: bold !important; } - Save changes
Alternative method:
One responder suggests adding custom CSS via the theme.liquid file before the </body> tag.
Additional question:
A follow-up inquiry asks about making the vendor name bold (using Dawn theme), but no solution has been provided yet. The discussion remains open on this secondary issue.
Note: Several posts contain reversed/garbled text, but the technical solutions remain clear and consistent across responses.