HTML 

Blogger tips: How to Hide Posts and Sidebar in Homepage...?

0
Follow the steps:

> Go to http://www.blogger .com

> Then Template

> Edit HTML

> Find the below line

Code:
]]></b:skin>


and add the below code after the above line

Code:
<b:if cond="data:blog.url == data:blog.homepageUrl"><style type="text/css">.post, .sidebar, #blog-pager {display:none;}</style></b:if><b:if cond="data:blog.url == data:blog.homepageUrl"><style type="text/css">body#layout .sidebar {display:inline;margin-top:200px;}</style></b:if>



Then save the template


----------- DONE ----------------



Always do your best. What you plant now, you will harvest later. - Og Mandino.


    Blogger tips: How to Hide Posts and Sidebar in Homepage...?