How to Remove Quick Edit Icon
Quick Edit in Blogger is symbolized by plier and screwdriver. Maybe for some bloggers, Quick Edit are common. But, some also consider this a...
https://iskablogs.blogspot.com/2011/03/how-to-remove-quick-edit-icon.html
Quick Edit in Blogger is symbolized by plier and screwdriver. Maybe for some bloggers, Quick Edit are common. But, some also consider this a disturbing thing. Actually, Quick Edit will not appear, if we are not currently logged on blogger account. By the way, Can we remove Quick Edit Icon? Sure, It's easy. Just follow the steps below.
1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Copy the code below, and paste above ]]></b:skin>
1. Log in to your blogger account
2. Go to Design --> Edit HTML
3. Copy the code below, and paste above ]]></b:skin>
.quickedit{
display:none;
}
4. Just click Save Template , Easy right?
display:none;
}