How to Remove QuickEdit Wrench and Pencil Icons in Blogger
Hello folks !! It's likely you have seen Pencil, Screwdriver and also Spanner links on your blogger blog. They seem like these symbols appear only if you are logged straight into your blog site. Tday I will share a little blogger hack about how to remove these pencil , Wrench Spanner icons. By removing these icons you can easily see any change clearly in your blogger blog. We just need to add a little piece of coding to remove these quick edit icons for our blogger blog. So let's start removing !!!!!
To remove wrench icons just paste the following code after the opening <b:skin> tag or before closing </b:skin> tag in your template:
Save The Template! and You're Done!
How these Icons Appear:
Hiding Quick Editing Pencil:
- To hide the quick edit icon below the post, Go to:
- Blogger Dashboard>> layout
- Click the edit link for the blog posts widget
- Uncheck the checkbox titled "Show Quick Editing" :
- Click on save button.
Hiding Wrench Icons:
.quickedit{display:none;}
Save The Template! and You're Done!