Quote:
Originally Posted by paulae
From the Post/Page Styling area, you see this:
I'm not sure what else you mean. You can change headlines, sidebar text, widget titles and such separately.
|
From the Body, Text and Links, there's a
BODY STYLE setting with the following default values:
Code:
font-family: tahoma, arial, sans-serif;
font-size: 0.8em;
color: #000000;
background: #ffffff;
This setting will produce this:
If I change the font-size to 1.0em...
Code:
font-family: tahoma, arial, sans-serif;
font-size: 1.0em;
color: #000000;
background: #ffffff;
This is what will happen...
Everything was affected as opposed to the "post" only. What I would like to change is the font-size of the "post" only. As marked in the screenshot below:
Thanks for the help!