We do not host files, we only fetch from random sources. If you want to take down a webpage of yours, submit the reports to dmca.waploaded.com and the page will be removed immediately.

How To Change Blogger Quick Edit Icon

Forum 9 years ago

How To Change Blogger Quick Edit Icon

When you enable "Show Quick Editing" option available under "Configure Blog Posts" settings, little pencil icon will be displayed under each of your blog post.

If you don't like about the look of that icon, we can change it with our own image. Go to "Edit HTML" page and find this code:

PHP Code:


<?php 

<b:includable id='postQuickEdit' var='post'>  <b:if cond='data:post.editUrl'>    <span expr:class='&quot;item-control &quot; + data:post.adminClass'>      <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>        <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>      </a>    </span>  </b:if></b:includable?>


In the above code, this is the image address of the default Blogger Quick Edit Icon.

PHP Code:


<?php 

http
://img2.blogblog.com/img/icon18_edit_allbkg.gif ?>


Change it with an image URL you like.

Save your template and refresh your site to see changes.

What's your rating?
0
{{ratingsCount}} Votes