brian-jacobson 0 Report post Posted May 1, 2010 I'd like to do 2 things to my WhiteHouse Pro theme (which I love.) 1 - add a subheader to the front blog page with text I can change. We were able to do this in the free version of the theme. In the free version, a twitter feed went in that subheader. 2 - reduce the spacing between the blue bar holding the posting date/author and the beginning of the post I've attached an image with arrows pointing out these 2 areas. Thanks. Brian Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 3, 2010 To fix the margin on the meta bar create a css class and put it in the custom css code section of your theme options. `.metabar {margin:0;}` As for the other change it would be pretty simple to hand code it into the header.php or create a custom field so you can change the text as you wish. Share this post Link to post Share on other sites