To change the comment font size Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.comment-content {
font-size: 13px;
}
Note: Increase/decrease above font size 13px to change the font size of the comment.
Thank you, this worked great! Now what about the right side bar content? I’ve tried a few different guesses but can’t seem to get the right one. I may start a new thread for this since it is a different subject.
To change the font size of right side bar content Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#secondary p {
font-size: 13px;
}
Note: Increase/decrease above font size 13px to change the font size.
Hmm, that didn’t seem to do the trick.
Here is my site: http://onesimplemama.com/ I’d like the headings font size to stay the same but the content bigger (ex: The “Recent Ramblings” header would stay the same but the post titles under would be bigger.)
Thanks for the help!
You have asked for right side bar content above so we replied on that.
And also there is no any post titles under The “Recent Ramblings” All the title are the widget title like “Recent Ramblings”. If you change the font size for the post titles then all the sidebar titles including “Recent Ramblings” will be effected the same OR If I am understand wrong then clarify the titles name that you want to change the font size.