How to add background image to Blogger sidebar widget titles:
We can add an image as background to sidebar widget titles in Blogger.We can also add different images to different widget titles in Blogger sidebar.But here I'm telling how to set image as background to Blogger sidebar widget/gadget tiles and how to change width and height of background image.
Follow below steps to add background image to sidebar widget titles in Blogger
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search .sidebar .widget h2 {
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search .sidebar .widget h2 {
add below line just below the above line
background: url(your custom image url) ;
note: put image url link in the place of your custom image url in the above line.
if you want to adjust image size use below tags :
height: px;
width: px;
Step 5 : Click on Save template.
0 comments:
Post a Comment