Change font size of collection banner on collection page

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