Search This Blog

Sunday, October 31, 2010

How To Add Icons on Every Blogger Widget of Blogger

Adding Icons on your Every
Blogger Widget , you can give a good look to your
blog.Follow these simple steps to do it.
1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:
.main .Blog {
border-bottom-width: 0;
}
4.After the above code , copy and paste the code below:
.sidebar .widget h2 {
background: yellow url('URL OF YOUR
IMAGE') no-repeat left top;
margin-top:5px;
text-indent: 20px;
padding:7px;
}
5.Click on "Save Templates" and you are done.
Note :
You must replace
URL OF YOUR IMAGE
with your image(Icon) URL.