Home › Forums › WordPress Themes – Premium › Encounters › size of blog text
How can I make the text on my blog bigger? Thanks.
http://gardenandsoul.com/blog/
All text everywhere or just part of it?
All of the blog text.
Not very easy with Encounters, but basically you can first do some custom CSS like this example:
#content-wrapper { your font size here; }
You will probably want to adjust the meta info such as author, the date, etc.
.entry-meta { your font size here; }