Tuesday, December 16, 2014

Awesome Way to Hide Contact Form in Blogger

Hide Contact Form in Blogger
We can't hide the recently launched Blogger Contact Form permanently, but there's Awesome Way to Hide Contact Form in Blogger, also from homepage.

Recently Blogger has launched their Contact Form which was not available before for the Blogspot user except using Php & other critical methods.

Blogger users got a excellent benefit with the help of this widget , but when we add this it always appears in homepage & unlike other widgets its not easy to hide the contact form from blogger homepage . With the help of some CSS codes it can be possible to hide it from blogger homepage along with other pages .

Steps To Hide Contact Form From Homepage & Sidebar:


  • Go to Blogger > Dashboard
  • Click on Template [ You can create a Backup of your Template before Proceeding ]
  • Click "Edit HTML"
  • Search for the following code
]]></b:skin>
Now paste the following code just before it

#ContactForm1
{
display: none ! important;
}

You're done , now "Save Template" & reload your Blog .

If you are facing any problem then leave your comment below . I will be happy to assist you

No comments:

Post a Comment