Removing Quick Edit Pencil Icons and Wrench Icons from Posts and Widgets in Blogger
Making your Blog free from unnecessary Icons |
Instructions to Follow:
If you don't wish to use quick edit links and want to get rid of Quick edit pencil icon and wrench links forever then this method is perfect for you. To remove quick edit links from your blog go to blogger template → Click Edit HTML → Search for quick edit data tagby pressing CTRL+F and look for the below code and delete all instances of it.Method-1: Removing Quick Edit Icon links by Deletion
After deleting all the instances of quick edit data tags save your template and your enjoy your blog free from the ugly looking feed link icons.<b:include name='quickedit'/>
If you are reluctant on deleting quick edit links from your blog but still want to remove them then this method is just perfect. To remove quick edit links go to your blogger templates HTML editor and look for<b:include name='quickedit'/> by using CTRL+F and replace all instances of it with the below code.Method-2: Removing Wrench Icons using HTML Browser Comments
The above code basically comments out the quick edit data tag telling browser to ignore it as it's a comment thereby getting rid of all the wrench icons.<!--b:include name='quickedit'/-->
This method is one of the most popular methods of getting rid of the wrench icons which doesn't require any editing in the blogger HTML editor and also eliminates the redundancy associated with Method 1 and 2 of having to manually find and tweak all the quick edit data tags. To remove wrench icons using this method go to your Blogger Template Editor → Click on Customize → Scroll down to Add CSS section and add in the below code and save your template to remove the quick edit links from your blog.Method-3: Hiding Wrench Icons with CSS
The above code simply hides the icon links from browser but may be visible inside blogger template editor preview..quickedit{display:none;}
Whether you use wrench icons or not for editing, these quick edit pencil icons for blog post editing is a very handy tool in improvising your blog posts but if you don't use them then in order to get rid of them go to your Blogger layout panel → click Edit on Blog Posts layout and from the popped up options unpick the "Show Quick Editing" option and click save to get rid of the pencil icon from your blog posts footer.Removing Quick Edit Pencil Icons from Blogger Post Footer
Advertisement