How to Add a Background Image to All Gadgets in Blogger Sidebar:
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 comments