Tuesday 11 June 2013

Remove Blogger Static Page Titles | Southern Speakers v3.0

Remove Blogger Static Page Titles | Southern Speakers v3.0

When you click on a Pages Gadget link to view your static page, there will be two title texts on the same page. One is the default static page title, and another one is the link from your Pages gadget. It looks ugly, and many users would want this page titles to be removed.





If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -

If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -

Find for </b:skin> - paste the following code directly BELOW </b:skin> - Save Templates:
1
2
3
4
5
6
7
<b:if cond='data:blog.pageType == "static_page"'>
<style>
.post-title.entry-title{
display: none;
}
</style>
</b:if>

This is how the code looks when it is in place:


Have fun.
You might also like: