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?
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.
