kruinigere 0 Report post Posted March 2, 2011 Hi there, I'm using PlatformBase 1.3.1 and PlatformPro 1.3.1. I would like to show only the title of a post and not (in the byline) the date and author. I can easily manage that for the full-width posts, but not for the clips. What extra code should I add to the Base-theme to fix that? Thnx! Edwin Share this post Link to post Share on other sites
Simon 248 Report post Posted March 2, 2011 The class is .metabar add a `display:none`. Use firebug to find it Share this post Link to post Share on other sites
kruinigere 0 Report post Posted March 3, 2011 Cool! Just to help others out: I just added .metabar {display:none} to base.css in Base-theme and that's all. Thnx! Edwin Share this post Link to post Share on other sites