How to Add image as Gadgets background in blogger



image as Gadgets background


You can add same image as gadget background to all side bar widgets on your Blogger blog. Adding image as your slide bar makes your blog attractive and good looking. If your using simple templates its makes your blog faster then other, you can make more attractive to your bloge adding more things .

How to Add a Background Image to All Gadgets

With the help of simple CSS code you can add image as background to all gadgets in your blog. Two methods are there to add image as gadget background in blog, this simple code to your Blogger. First 0ne is, through Blogger Template Designer. Second is adding directly to your Blogger template code. Her I'm showing you first method.

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Customise button under Customize click on Advanced tab

Step 4 : Click on Add CSS under Advanced options

add below CSS code on CSS box above of the all code.

.sidebar .widget {
background:url('your background image URL')repeat;
}

Step 5 : Click on Apply to blog
Previous
Next Post »