• Resolved intcon

    (@intcon)


    Hi all..

    I’m trying to make the font size larger in the comments (comments only)on http://www.romancewritersrevenge.com. There’s so many to choose from in the stylesheet, can someone narrow it down for me?

    Also, I used to have a firefox add-on that let me point at a CSS style and it would say what class it was, but that quit working some time ago…is there something similar that works for WP?

    Thanks!

    carrie

Viewing 2 replies - 1 through 2 (of 2 total)
  • comment text is formatted by this style in style.css of your theme:

    ol.commentlist li p {margin: 8px 0 8px 0; padding: 0 12px 0 0; font: normal 8pt arial, verdana, times; color:#000; }

    for the two top lines (commenter, ‘says’, comment date and time) you might need to add a new style:

    .commentinfo, .commentinfo a { font-size: 10pt; }

    Thread Starter intcon

    (@intcon)

    absolutely spot on!! thank you so much!!!! =)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS and changing comment font’ is closed to new replies.