Forums

[resolved] Comments popup - can't change font size of comments (6 posts)

  1. kmessinger
    Member
    Posted 2 years ago #

    An example is here, http://www.ourexcellentadventures.com/?comments_popup=1459, although it will not be in a popup window. If you wnat to see it in the popup, please go to my main site.

    Comments themselves are too small. I can change every other font but that one which seems to have alluded me.

  2. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    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.

  3. kmessinger
    Member
    Posted 2 years ago #

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

  4. kmessinger
    Member
    Posted 2 years ago #

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

  5. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    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%;}

  6. kmessinger
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic