Hi guys,
How can I adjust the font size of the blog post text that appears on a page?
see this link
I have the text for the site set for 15pts, but the blog post text appears much smaller
can you guide me to a setting where I can change the font size?
Thanks for your awesome support, you guys make me look very good!
Hey Joe!
Please use the below css in Enfold > general Styling > Quick CSS
body {
font-size: 18px!important;
}
If you still have any issues please share the link to your site so we can inspect the element in question.
Best regards,
Vinay Kashyap
Hi Vinay,
Thanks for that code. It changes the normal body text fine but not quite what I need
I would like to make the text larger in the “blog post” area
http://661.470.myftpupload.com/career-development-program/
and in the actual post itself
I have set the site wide body size to 15px, but the blog post view and the blogs are still at a smaller font.
Let me know what you think, Thanks for your help
Hi!
Please add following code to Quick CSS
.entry-content {
font-size: 15px;
}
Best regards,
Yigit
Hi Yigit,
thanks for your code, it worked great.