- This topic has 5 replies, 2 voices, and was last updated 8 years, 10 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
May 10, 2014 at 6:52 pm #10195
ErikaMarie
ParticipantHow can I change the comment font size in the custom CSS.
This is how I did it for the body font size:.entry-content {
font-size: 18px;May 12, 2014 at 5:39 am #10229Theme Horse Support Team
KeymasterHi ErikaMarie,
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 for using our theme.
May 19, 2014 at 6:22 pm #10431ErikaMarie
ParticipantThank 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.
May 21, 2014 at 7:59 am #10484Theme Horse Support Team
KeymasterHi ErikaMarie,
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.
Thank you!
May 21, 2014 at 4:55 pm #10491ErikaMarie
ParticipantHmm, 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!May 22, 2014 at 5:34 pm #10515Theme Horse Support Team
KeymasterHi ErikaMarie,
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.Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.