Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi community!
we are looking to change font size of collection banner on collection page (both of title and description). Please find a screenshot in the following :
shop url: monochromatism.shop
Thanks in advance!
Cheers,
monochromatism-team
Solved! Go to the solution
This is an accepted solution.
Hi @monomgroup .
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can go to Online store => themes => actions => edit code and add this code on file base.css
h1.collection-hero__title {
font-size: 30px !important;
}
.collection-hero__description.rte {
font-size: 30px !important;
}
Hope this answer helps.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
At first glance, It appears to be a custom built theme and the font us stored as a variable.
This is an accepted solution.
Hi @monomgroup .
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can go to Online store => themes => actions => edit code and add this code on file base.css
h1.collection-hero__title {
font-size: 30px !important;
}
.collection-hero__description.rte {
font-size: 30px !important;
}
Hope this answer helps.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Thanks! Yes, that helped!
Hello .
Theme is Enterprise and I need the same changes. file base.css is not there , can you please guide me on while file can this change be in my theme.
Thanks
Shradha Pasari