Unable to increase body font size

Hi,

I am trying to increase the body font size via the Custom CSS and it doesn’t seem to work. I am using the following code

body .entry-content {
font-size: 15px;
font-family: serif;
}

Is this correct?

Thanks

Hey there,
Hope you’re doing well today

This does work for some parts of the site, but it may not work for all. Where exactly would you like to change the font size? Also, please provide me with a link and some directions so that I can target that/those elements.

I look forward to your reply :slight_smile:

Best Regards,
Support

Thanks for the quick response.

My site is www.premierleagueheroes.com and I would like the body text increased across on all pages and posts if possible.

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font size of the body by going to Appearance > Customize > Additional CSS and pasting it there.


/*Body font size*/
span, body {
    font-size: 16px;
}

Best Regards,
Support

Works perfect, thanks for your help

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support