Font Size

Hello,

I tried to look up the code to change the font size for the entire site, but couldn’t find one. Could you please provide a code for this?

Thank you so much!

Hi @LJ,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body {
    font-size: 15px;
}

Please change the font size 15 in the above code to whatever you want to set.

Best Regards,
Movin