Tang 3 Report post Posted November 14, 2009 I want to adjust the font an linespace appearance of the post-comments to the same values of the posts. Where can I change that? Tried to find it in style.css but I'm not shure what I should look for. Tang Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 14, 2009 Use FireBug to identify the HTML element that lies around the text you want to change. For instance a 'div' with a class of 'comment'... you would add a custom css rule something like: .comment{line-height:20px} Share this post Link to post Share on other sites
Tang 3 Report post Posted November 15, 2009 Thank you, Andrew, just copied your code into custom css and it came out exactly how I wanted it ) Learning more and more every day. Thanx again. Share this post Link to post Share on other sites