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

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/

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

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.

@Dolly_Lana hi there, you can try this code.

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