I’m using template tag to show my last 4 recent posts on a widget and I would like to increase text font a little.
I took I look at sp-RecentPosts-tag.php and did not find a way..
I’m using template tag to show my last 4 recent posts on a widget and I would like to increase text font a little.
I took I look at sp-RecentPosts-tag.php and did not find a way..
But the code file does inform you of all the class names that are applied – they are list in the parameters at the top. The class for the overall tag, the list items etc. They are also listed in the Codex.
You have to supply your own CSS if you want to change styling as that would need to go in your WP theme CSS – we can not add anything there.
you just have to style it… add the css to your wp theme css file… we cannot include it in our theme css file because typically the tags are shown outside the forum and our css is not included… plus there may be interactions with your wp theme we wouldnt know about…
if you need help telling what css, I would suggest firefox and firebug which is great for examining css and doing ‘what if’ changes…