Don't Miss

How to Remove Click Trap from Blogger Preview

By Zohaib Liaqat - No Comments
Have you ever previewed a post you've been writing in blogger and tried to click something, but you can't. Every time you preview something in blogger, blogger lets you check your changes through preview mode, and you might have noticed that it prevents you from clicking anywhere, blogger calls it the "Click Trap". There are no strong reasons that why Blogger has implemented this click trap but may be blogger uses it to prevent you from accidentally clicking on links while you only want to preview your changes. Whatever, for Bloggers, Click Trap produces a great disturbance. Today in this tutorial, we will show you that How to Remove Click Trap from Blogger Preview.
How to Remove Click Trap from Blogger Preview

How to Remove Click Trap from Blogger Preview

To Remove Click Trap from Blogger Preview, all you need to do is to add the following piece of code to your Blog Template. Log in to your Blogger Account >> Select your Blog >> Template >> Edit HTML and paste the following code just before/above ]]></b:skin> tag

.blogger-clickTrap {
display: none!important;
}

Click the Save Template button and you're done.

From Editors Desk

We hope that this article helped you in removing click trap from blogger preview. Share this article with your friends and don't forget to subscribe us.

No Comment to " How to Remove Click Trap from Blogger Preview "