badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change Comment Font Size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10195
    ErikaMarie
    Participant

    How 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;

    #10229

    Hi 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.

    #10431
    ErikaMarie
    Participant

    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.

    #10484

    Hi 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!

    #10491
    ErikaMarie
    Participant

    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!

    #10515

    Hi 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!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.