How to Add a Background Image to All Gadgets in Blogger Sidebar:
We can add same background image to all side kafe widgets in your blogger blog.With simple CSS code we can add background image to all gadgets in your blogger blog, so no need to add same background image to side kafe widgets individually in blogger.Follow below steps to Add a Background Image to Gadgets in Blogger
step 1 : go to blogger dashboard
step 2 : click on template
step 3 : click on Customise button under Customise click on Advanced tab
step 4 : click on add CSS under Advanced options
add below CSS code to your blogger blog
.sidebar .widget {
background:url('your background image URL')repeat;
}
step 5 : click on apply to blog
Note: to stop image repeatedly replace repeat with no-repeat in above code.
step 2 : click on template
step 3 : click on Customise button under Customise click on Advanced tab
step 4 : click on add CSS under Advanced options
add below CSS code to your blogger blog
.sidebar .widget {
background:url('your background image URL')repeat;
}
step 5 : click on apply to blog
Note: to stop image repeatedly replace repeat with no-repeat in above code.
0 Response to "Add A Background Image To Gadgets In Blogger Sidebar"