Hide contact form widget in Blogger
But
you will find out that the contact form will show in your ‘Home page’
and eventually all of your pages and posts by the sidebar. If that’s
what you want, you can leave it there but if that’s not what you want
and you want it inside a particular post or page then these second tip
is for you:
Here we go! Go to Template and click on the Edit HTML button. Ctr F this code <b:skin></b:skin>. Then paste the below code just between them.
Here we go! Go to Template and click on the Edit HTML button. Ctr F this code <b:skin></b:skin>. Then paste the below code just between them.
#ContactForm1
{
display: none ! important;
}
{
display: none ! important;
}
And save.
Post a Comment