Jump to content
Sign in to follow this  
Tang

Customizing Comments Section in iBlogPro

Recommended Posts

Tang

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×