PDA

View Full Version : TW7S - Remove Titles From Posts



admin
21-03-2010, 04:54 PM
http://i39.tinypic.com/25gapgj.jpg

Live Demo: TheWindows7Site.com (http://www.thewindows7site.com/)

Installation Instructions

Step 1: Open template additional.css

Step 2: Depending on which postbit layout you're using add the appropriate code to the bottom

postbit

/* TheWindows7Site Remove Titles From Posts */
.postbit .posttitle {display:none;}
.postcontent {padding-top:20px;}
/* TheWindows7Site Remove Titles From Posts */

postbit_legacy

/* TheWindows7Site Remove Titles From Posts */
.postbitlegacy .title, .eventbit .title {display:none;}
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {padding-top:20px;}
/* TheWindows7Site Remove Titles From Posts */

Done!