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
A user seeks to modify the font size of both the title and description in the collection banner on their collection page. They provided a screenshot for reference.
Solution Provided:
base.css file (accessed via Online Store → Themes → Actions → Edit Code).collection-hero__title and .collection-hero__description classes!important flagStatus:
The original poster confirmed the solution worked for their setup.
Follow-up Issue:
Another user with the Enterprise theme reports that base.css doesn’t exist in their theme files and requests guidance on where to implement this change for their specific theme.
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
At first glance, It appears to be a custom built theme and the font us stored as a variable.
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
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