How to remove Quick edit and Wrench icons in Blogger,How to hide Quick edit and Wrench icons in Blogger,How to delete Quick edit and Wrench icons in Blogger,How to remove Quick edit and Wrench icons in Blogspot,How to hide Quick edit and Wrench icons in Blogspot,How to delete Quick edit and Wrench icons in Blogspot,
Feeling bad with Blogger BlogSpot Quick edit and
Wrench icons?
Quick edit is an awesome feature when it comes to editing documents with ease and saving on the essential productive time but while these links are essential to the editor it serves no use to the viewer who just has to read the written document or article, the same goes for the Blogger quick edit pencil icons and the wrench icons which show up on blog post footer and on widget areas to provide an easy way to edit them effortlessly without having to search for a particular widget which you wish to edit. Quite a handy feature for bloggers looking to increase their productivity on their blog and also since these links are only visible to Admin or content writers and not to visitors, it's a perfect tool to keep on Blogger, but it has many hidden demerits which negatively impact your blog's loading speed, SEO and beauty which you might not be aware of, Each time a visitor visits your blog these image icon wrench and pencil links get rendered, although invisible to the user they increase load time with each icon sending an extra http load request, similarly these icons being images affect SEO as well as being quick edit icons these images don't have alt or title tags and so when a crawler visits your site it sees these images as not optimized and rank you lower due to absence of meta data for these wrench icon images, apart from that most bloggers use blogger layout panel to add or edit widgets and posts and hardly use these quick edit links and somewhere it affects the beauty of the site due to a psychology of a blogger to beautify everything they do. So let's get started with removing these quick edit pencil icons and wrench icons from your blogger blog in 3 simple unique ways.
Just follow my methods! It is an quick easy.
1. Removing Quick Edit Icon links by Deletion
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 tag by pressing CTRL+F and look for the below code and delete all instances of it.
2. Removing Wrench Icons using HTML Browser Comments
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.
Quick edit is an awesome feature when it comes to editing documents with ease and saving on the essential productive time but while these links are essential to the editor it serves no use to the viewer who just has to read the written document or article, the same goes for the Blogger quick edit pencil icons and the wrench icons which show up on blog post footer and on widget areas to provide an easy way to edit them effortlessly without having to search for a particular widget which you wish to edit. Quite a handy feature for bloggers looking to increase their productivity on their blog and also since these links are only visible to Admin or content writers and not to visitors, it's a perfect tool to keep on Blogger, but it has many hidden demerits which negatively impact your blog's loading speed, SEO and beauty which you might not be aware of, Each time a visitor visits your blog these image icon wrench and pencil links get rendered, although invisible to the user they increase load time with each icon sending an extra http load request, similarly these icons being images affect SEO as well as being quick edit icons these images don't have alt or title tags and so when a crawler visits your site it sees these images as not optimized and rank you lower due to absence of meta data for these wrench icon images, apart from that most bloggers use blogger layout panel to add or edit widgets and posts and hardly use these quick edit links and somewhere it affects the beauty of the site due to a psychology of a blogger to beautify everything they do. So let's get started with removing these quick edit pencil icons and wrench icons from your blogger blog in 3 simple unique ways.
Just follow my methods! It is an quick easy.
1. Removing Quick Edit Icon links by Deletion
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 tag by pressing CTRL+F and look for the below code and delete all instances of it.
[<b:include name='quickedit'/>]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.
2. Removing Wrench Icons using HTML Browser Comments
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.
[<b:include name='quickedit'/>]3. Hiding Wrench Icons with CSS
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.
[.quickedit{display:none;}]
COMMENTS