We can not hide the the recently launched Blogger Contact form permanently (if we do so, we can cant further use custom contact form on the any page), but these's awesome way to hide contact Form in the Blogger and also from the home page.
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
]]
]]
Now paste the following code just before it
#ContactForm1
{
display: none ! important;
}
You are done , now " Save Template " and reload your blog.
0 comments:
Post a Comment