Hello Folks,Today in this article we are going to explain How to Remove/Hide Default Wrench , Pencil , Posts (Atom) and Blogger Attribution from blogger template.Wrench and Pencil icon is come with blogger default template if you are using custom template you might have not seen this.well they are quick edit icons for your website or blog main purpose of these icons is to quick modify your widget/gadget or your post in blogger template.However it's a good part you can edit your content or modify without visiting your blogger dashboard but it also have bad part i.e it's not suit to any website design,that's why website owners want's to hide it or totally remove.So we are going to show you how we can hide wrench ,pencil and gear icon from blogger template.
How To Delete/Hide Wrench Icon In Blogger Template
Installation steps:
Step .1 Go to https://www.blogger.com and Sign in to your account
Step .2 Now From Blogger Dashboard click on ->Template ->Customize->Advanced->Add CSS
and add the following below code in add css section.
and add the following below code in add css section.
.quickedit {Step .3 Now Save your template..Now simply open your blogger website and you can see all wrench icons removed from blogger blog by using this simple trick.
display:none;
}
How To Remove Quick Edit Pencil Icon From Blogger Theme
To hide the Quick edit pencil icon from blogger template,Just go to your blogger dashboard ->Layout ->Blog Posts ->Edit and now uncheck on "Show Quick Editing Box"
How To Remove the blogger navigation/navbar From blogger template
Every blogger website or blog has default navigation bar in their templates.To remove navbar from blogger template simple go to layout->Navbar->edit and now select Off Button.
How to Remove Subscribe To posts (Atom) From Blogger template
installation steps:
Step .1 Go to https://www.blogger.com and Sign in to your account
Step .2 Now From Blogger Dashboard click on ->Template ->Edit HTML
Step .3 Now Search For the following below code by using CTRL+F keys and delete it.
<b:include data='feedLinks' name='feedLinksBody'/>Step .4 Now Save your template..You have removed the posts(atom) from your blogger template.
How To Delete POWERED BY BLOGGER ATTRIBUTION
Step .1 Go to https://www.blogger.com and Sign in to your account
Step .2 Now From Blogger Dashboard click on ->Template ->Edit HTML
Step .3 Now Search For </b:skin> In Your Template By Using CTRL+F Keys and paste the below code just above </b:skin> it.
#Attribution1 {Step .4 Now Save your Template..Done ! Now you can see powered by blogger attribution is removed from your blogger template.
display: none;
}