Hello everyone,
Do you know how to reduce the Collection banner font size for Craft theme so it’s not the same size as the brand logo?
Topic summary
A user needed to reduce the collection banner font size in the Craft theme to differentiate it from the brand logo size.
Solution provided:
- Navigate to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS
- Add the following CSS code:
h1.collection-hero__title {
font-size: 30px !important;
}
Outcome:
The solution was confirmed successful by the original poster. The CSS targets the collection hero title specifically, allowing independent control of its font size separate from other theme elements. A screenshot demonstrating the result was included in the response.
Hello, @GiudFabri123
Please share “Store URL”
Thanks!
Hello
Will you provide a screenshot of which banner you’re talking about the font for?
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
h1.collection-hero__title {
font-size: 30px !important;
}
Here is the result:
I hope this helps
Best,
Daisy
1 Like
Perfect ! thank you
