Viewing 5 replies - 1 through 5 (of 5 total)
  • You could try getting rid of the font tags and the one extra </font> tag first. They may not be the cause of your CSS woes but they’re making it harder to view the comment font size in the contexnt of the overall comment page.

    Thread Starter kmessinger

    (@kmessinger)

    I don’t see those tags on the popup page?

    Thread Starter kmessinger

    (@kmessinger)

    I removed the unneeded </font> tag from commentpopup.php

    It’s the <font size=-1> tags that are the problem. Ideally, they should be taken out as they’re re-setting the body text size. If they need to stay in, then try adding the following to the end of style.css:

    #commentlist li {font-size:130%;}

    Thread Starter kmessinger

    (@kmessinger)

    I have been out of town but today I added a new style in the css and then referenced it in comments-pop-up.php. That does what I wanted.

    Thanks for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comments popup – can’t change font size of comments’ is closed to new replies.