Increase font size on 'rich text with image' Prestige theme

Dolly_Lana
Excursionist
26 0 4

Hi, I'm looking for suggestions on how to increase the font size under the 'rich text with image' section in my Prestige theme. I'm not adding a photo so I'd also like to reduce the padding on the top and bottom to make the section smaller. Any suggestions?

 

https://www.dollylana.com/

Replies 3 (3)

PageFly-Richard
Shopify Partner
4226 956 1603

Hi @Dolly_Lana .

 

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 theme.css

 

 

a.ButtonGroup__Item.Button{
font-size: 30px !important;
}

 

 

Hope this answer helps.

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dolly_Lana
Excursionist
26 0 4

Thanks for the reply. I'm looking for the section beneath my main image, the text box. The code you offered increased the button on my main image. 

PageFly-Richard
Shopify Partner
4226 956 1603

@Dolly_Lana hi there, you can try this code.

RichardNguyen_1-1665709678541.png

 

.SectionHeader__Description.Rte{
    font-size: 40px;
}

 

 

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.