How to remove Share buttons from one static page?


How to remove Share buttons from static page One Pages





  1. Backup your blog template.
  2. Go to template > edit HTML and search </head>.
  3. Just before/above this line paste the following code:
       <b:if cond='data:blog.url == "tamilitweb.blogspot.com"'>
       <style>
       .post-footer {
       display: none;
        }
       </style>
       </b:if>

So you keep Blogger share buttons in posts but not in contact page.

Hope it helps.


How to remove Share buttons from static page All Pages


You can use a Simple CSS Tweak to hide it from your all Static Pages. This would hide the Social Buttons from Static pages while it would continue to show them on your posts. So here's the tip.

Go to Blogger.com >> Your site >> Template >> Edit HTML.
Now Search for </head> tag and just above it paste the following CSS code. 


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


Save the Template. Done. 



How to Hide Contact Form on Blogger


Search for ]]></b:skin> and place the following code just before it.
div#ContactForm1 {
display: none !important;
}

Comments

Popular posts from this blog

HOW TO ADD ANNOUNCEMENT STICKY NOTIFICATION BAR TO BLOGGER

Hacking அறிந்தும் அறியாமலும் – பாகம் 2