Jan202012

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.