- Login to your to your Blogger account.
- Go to Dashboard > Layout > Edit HTML.
- Back up your template.
- Tick the Expand Widget Templates checkbox on top right of the HTML window.
- Use Ctrl+F to search for the gadget title (that you want it replaced with an image) in your HTML code. For example of my RSS gadget, the title is “RSS”, so I enter title='RSS' in the search box. You may find this set(or something close to this) of codes:
<b:widget id='HTML1' locked='false' title='YOUR_GADGET_TITLE' type='HTML'> <b:includable id='main'> <!-- only display title if it's non-empty --> <b:if cond='data:title != ""'> <h2 class='title'><data:title/></h2> </b:if> <div class='widget-content'> <data:content/> </div> <b:include name='quickedit'/> </b:includable> </b:widget> |
<img src="YOUR_TITLE_IMAGE_URL" alt="YOUR_GADGET_TITLE"/> |
where YOUR_TITLE_IMAGE_URL is the link to your image file.
7. Preview before saving.
8. Enjoy!
No comments:
Post a Comment
Let us know, what you think about this blog