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

change font size of collection banner on collection page

Solved

change font size of collection banner on collection page

monomgroup
Explorer
99 0 35

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 :

 

Screenshot 2022-10-31 at 17.33.59.png

 

 

shop url: monochromatism.shop

 

Thanks in advance!

 

Cheers,

monochromatism-team

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1806

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.

View solution in original post

Replies 4 (4)

AlTorna
Shopify Partner
1 0 0

At first glance, It appears to be a custom built theme and the font us stored as a variable.

PageFly-Richard
Shopify Partner
5011 1120 1806

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.

monomgroup
Explorer
99 0 35

Thanks!  Yes, that helped!

Gymlalla
Visitor
1 0 0

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