Remove Page Titles on Blogger [HowTo]



We all know how ugly it looks clicking on a link with a name and reading a page with the same title as the link we clicked on.
So today I'll tell you how to delete page titles on Blogger.



—————————————————————

Step 1: Go to Template and then Edit HTML.

[click to enlarge]

Step 2: Look for </b:skin>

Step 3: Paste the following code right below this line:

<b:if cond='data:blog.pageType == "static_page"'>
<style>
.post-title.entry-title{
display: none;
}
</style>
</b:if>

Step 4: Save the template.

—————————————————————

That's it!
Your static page titles won't show up anymore.
If you wanna have them back just repeat these steps but delete the code instead.


5 comments :

  1. thank you...and finally this worked.

    ReplyDelete
  2. Helped me alot..Thanks buddy

    ReplyDelete
  3. This is great! So useful. I love ALL of your tutorials! {Btw, this is a different Annie ;)}

    ReplyDelete
  4. This is no longer possible on Blogger

    ReplyDelete
  5. it works...see my blog...http://goaroundbalitours.blogspot.com

    ReplyDelete