• Resolved lola183

    (@lola183)


    Hi.. I tried to change the font size of comments (it’s too small) and I can’t seem to manage that. I know i’m supposed to find a code in css but I can’t find… please help

    blog.healbrokenbone.com

    thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • In your CSS file for your theme, find this:
    ol#comments li p {

    font-size: 100%;

    }
    Change the value for “font-size” to what you want it to be.
    You’re using the classic wp theme, so go to “Presentation” tab, and click “theme editor”. The file you need to edit is “style.css”. It’s usually the first one to come up.

    ol#comments li p {font-size: 100%;}

    *Should* be where you need to make your change. I notice some of your font sizes are in percent, some in px, so not sure which are your changes, and which are in the theme by default. It’s been a while since I looked at classic.

    Thread Starter lola183

    (@lola183)

    thanks so much for response… i tried to do that… i changed it 200% … but there was no difference whatsoever… i’m not sure what’ wrong… ??

    Thread Starter lola183

    (@lola183)

    I actually wanted my blog to look (overall font-size) to look something like this one…
    https://bohnsack.com/2006/09/15/broken-ankle-progress-part-ii/

    but i’m not sure how to do that…

    Think I figured it out. It should look like this
    ol#commentlist li p {font-size: NNN%;}

    and you put in whatever for NNN

    It appears your theme uses the id “commentlist” instead of “comments”. I tried it out with FF webdeveloper and was able to change it successfully using the above.

    Thread Starter lola183

    (@lola183)

    thank you so so much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Font size in comments’ is closed to new replies.