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
Customizing Comments Section in iBlogPro
Started by
Tang
, Nov 14 2009 05:38 PM
2 replies to this topic
#1
Posted 14 November 2009 - 05:38 PM
#2
Posted 14 November 2009 - 07:07 PM
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:
For instance a 'div' with a class of 'comment'...
you would add a custom css rule something like:
.comment{line-height:20px}
#3
Posted 15 November 2009 - 12:24 AM
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.









