Well after trying in vain to find directions to tame my wayward Followers gadget we discovered a way ourself.Here we're going to share this with our readers.For Demo you may check the above screenshot.
Customize Blogger Default Follower Widget
- In Blogger Dashboard Go to Design / Edit HTML.
- Click "Expand Widget Template".
- Download the Full template before making any changes in it
Find following piece of code in blogger template.
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
and replace it with this code
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<div class='widget-content'>
<data:content/>
</div>
Now search for "]]></b:skin>" and before it paste the following code
#Followers1 {
background-image: url(http://1.bp.blogspot.com/-o-4O3KgVjAQ/UO_zojT3x5I/AAAAAAAAAa0/cqIoRoPQKis/s1600/BCM.png)!important;
background-position: top left;
background-repeat: no-repeat;
height: 282px;
width: 280px;
margin-left: 10px;
}
#Followers1 .widget-content {
border: 3px solid #2E6886;
margin: 30px;
width: 294px;
margin-left: -10px;
On daily basis millions of such tutorials being shared by bloggers on various sites.Just like those we shared this tutorial,hope it worked,thanks.
|
Articles You May Like |
Oh nice! I will give this a try on my blog. :)
ReplyDeleteyup sure :-bd
DeleteOooh, now I know how to tweak that part of my page even more! Hah! Thanks for this! :D
ReplyDeletelooks much better!
ReplyDeletehad that problem before.
ReplyDeleteanother new thing for blogging sphere,, thanks
ReplyDeleteThis is good, but does this apply to Wordpress blogs as well?
ReplyDeleteNo.
DeleteThis is nice! Will definitely try this. Thanks!! :)
ReplyDeleteGreat fun here :) enjoying your tutorials...!!!
ReplyDeleteThank you for this post. Just wanted to know, is there a way to change the color of the 'Follow' button to match the color of the theme?
ReplyDeleteNo there is no such option currently.
Delete