Look at my blog in my sig line..... How do I edit the title link, eg. List Of Top Social Bookmarking Sites, I want it to be bold & the size to be slightly bigger. It used to be a little bigger, I'm not sure what I did to make it smaller. I edited my header.php file recently but I didn't touch the css file.
you need to edit the css for the theme. the part you need to edit will be either h2 {} or .post h2 {}
within your themes folder there should be a file called style.css (the direct url = http://www.theultimatepublishing.com/blog/wp-content/themes/basicmods/style.css) try editing the bit in bold below /*font styles*/ p { font-size : 100%; font-style : normal; padding: 0px; } h2 { [B]font-size : 140%;[/B] } Code (markup):