How can I enlarge the vendor name font in the Dawn theme?

Topic summary

A user seeks to increase the vendor name font size on their Dawn theme collection page.

Proposed Solution:
GemPages support suggests:

  • Navigate to Online Store → Theme → Edit code
  • Open theme.liquid file
  • Insert custom CSS code before the closing </body> tag

Implementation Issues:

  • User initially couldn’t locate the </body> tag in theme.liquid
  • After finding it near the bottom of the file, the code didn’t work as expected
  • The font size changes affected the announcement bar instead of the vendor name
  • Font remains too small on the main page despite setting it to 30px and testing with 100px

Current Status:
The issue remains unresolved. The provided code snippet appears to target the wrong element, and the user needs alternative CSS targeting specifically for vendor names on collection pages.

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

Hello Guys,

How can i increase the font size of the vendor name ? ..I am using dawn theme and this’s my URL

https://lebsee.net/collections/shop-all-women-1

Hello @mostafa123

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Thank you for your reply but as per screenshot, There’s no (body) in the theme.liquid

Hello @mostafa123

You scroll to the bottom, will be near the bottom

I found it but the code didn’t work (Look at the top announcement bar) and also the size of the font in the main page is too small although i made it 30px and tried 100px