You will see these quick edit links only when you are logged into your Blogger account. Sometimes, visitors may also see quick edit links on your blog if they aren’t hidden.
Quick edits links are present in the source code of the web page along with the wrench icon png. They can affect your blog’s loading speed, SEO and user interface (UI).
As you can alternatively edit the blog post and gadget settings from your Blogger layout page, so it’s better to remove these quick edit links from your blog.
Table of Contents
How to remove quick edit wrench links on Blogger
Follow this step-by-step guide to delete quick edit wrench links from your Blogger blog –
- Login to your Blogger Dashboard.
- Go to Template > Edit HTML.
- Click anywhere in the template editor and press CTRL+F shortcut key to open the search box.
- Now search the following code:
<b:include name='quickedit'/>
- Replace every occurrence of the above code with this code:
<!--b:include name="quickedit"/-->
- Finally, tap the “Save theme” button to save the changes. That’s it.
In this method, we have changed the quick edit code into the HTML comment tag. Alternatively, you can delete all occurrence of
If you would like to add back those quick edit links again, simply replace the edited comment tags with the previous code.
Hide quick edit wrench icons using CSS
You can also hide quick edit wrench icons using CSS. In this method, we are just hiding the icons, without actually removing them from the HTML. The quick edit links will still appear in the source code. Follow these steps –
- Login to your Blogger Dashboard and go to Template > Edit HTML.
- Click anywhere in the template editor and press CTRL+F key to open the search box.
- Now search the following code:
]]></b:skin>
- Just above ]]></b:skin>, add this CSS code:
.quickedit{display:none;}
- Now tap the “Save theme” button.
How to remove blog post pencil edit icon
Sometimes, you will see a small pencil edit icon on the blog post widget. If you want to remove this icon, follow these steps –
- Login to your Blogger Dashboard and go to Layout section.
- Tap the edit link on the blog post widget.
- Now a pop up window will open. Untick the “Show Quick Editing” button and save the changes. That’s it.
So that’s how you can remove quick edit links and wrench icons from your Blogger blog. If you want to ask something about this tutorial, feel free to share it in the comment section.
I want to keep these quickedit tools but hide from the visitors. Do you have any idea?