
Admin
Well-Known Member
Staff member
Administrator
Live Demo: 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
postbit_legacy
Enjoy and Mark As Installed.
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
Code:
/* TheWindows7Site Remove Titles From Posts */
.postbit .posttitle {display:none;}
.postcontent {padding-top:20px;}
/* TheWindows7Site Remove Titles From Posts */
Code:
/* TheWindows7Site Remove Titles From Posts */
.postbitlegacy .title, .eventbit .title {display:none;}
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {padding-top:20px;}
/* TheWindows7Site Remove Titles From Posts */