Is there a way to change the font size and add some space between the lines in the plugin List category posts?

Thanks!

link|improve this question
that is purely a css question - not specific to wordpress. – Michael Dec 31 '11 at 23:33
feedback

closed as off topic by Wyck, Rarst Jan 23 at 13:10

Questions on WordPress - Stack Exchange are expected to generally relate to WordPress, within the scope defined in the faq.

1 Answer

I'm going to assume you're asking where to put the CSS for what you need.

You need to go into the style.css file of your theme, find the class which handles the widget you want to change (by using Firebug or similar) and then adding/ changing the font-size and line-height CSS properties.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.