Hi
Please could you share the CSS code with me that allows me to change the font size of the body font
I searched the forums high and low but couldnt find anything. Apologies for the simple request.
Thanks a lot
Chris
Hi
Please could you share the CSS code with me that allows me to change the font size of the body font
I searched the forums high and low but couldnt find anything. Apologies for the simple request.
Thanks a lot
Chris
Hi Chris,
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 -> Shapely Options -> Other
html body {
font-size: 15px;
}
Best Regards,
Movin