• Hey,

    I’m trying to revamp my site a bit, and I’m having trouble figuring out how to specify the text style in my comments section. I’m using the Andreas theme and I want to remove the “bold” type face from my comments (at least the actual comment from the reader – not so much the comment info like time/date, etc.)

    Here’s a post with some comments on it for reference:
    http://mypoproks.com/2009/11/12/my-poproks-60-best-songs-of-the-2000s/

    Any help would be appreciated!

    Thanks,
    Liz

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is <strong> tags in comments for some reason, easiest way is

    .comment > * > strong{ font-weight:400; }

    Or you need to look for <strong> tags in comments.php and delete them.

    Thread Starter comehomenow

    (@comehomenow)

    That code did it. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to change the font style in my comments section’ is closed to new replies.