What is Blogger Preview Click Trap:
Basically, it’s a layer build with CSS that prevents users from clicking anywhere in the website. There are no strong reasons why Blogger has implemented this trap. But Since Blogger is an open source CMS system so with some minor tweaks we can shape it according to our liking.To find the click trap in blogger, you would need Google Chrome with Developer tools (comes built-in). Go to Blogger ›› New Posts ›› Preview ›› Press F12 to open the developer tools and look for “blogger-clickTrap” in the chunk of HTML Coding. Check out the following screenshot for assistance:
How to Remove Click Trap from Blogger Preview:
To remove click trap from blogger all you need to do is to add the following piece of CSS coding into your blogger template this will override the default CSS and would remove the click trap from your blog.Paste the following code above ]]></b:skin> tag in Blogger Template.
.blogger-clickTrap {
display: none!important;
}
We hope this tutorial helps you in removing the click trap from the blogger preview as it works with both custom and default blogger templates. Few designers, already include this code in their themes, but a few don’t.
0 comments:
Post a Comment