Hi,
I am using Enfold theme and would like the font size of my blog posts to be larger. Also I would like to change the colour of it from grey to black.
Any help would be greatly appreciated.
Thanks
Hi Geoffdoyle!
add this to Quick CSS:
.entry-content {
font-size: 16px;
font-color: black;
}
Cheers!
Andy