How can I make the price appear in bold font on my website?

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.css or theme.scss file 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.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

How can I make the price (80 EUR) IN Bold