If you are using a some what developed blogger template , you can see a image in the back ground of the caption of your side bar gadgets. Changing these is a some what complicated task. Really , Changing is not complicated , but creating a suitable graphic is the complicated task. If you know graphic designing , this will be easy. For others , it's better to skip this lesson and read the next one.
Here is the side bar header image of one of my blog ( current template don't have a side bar header image )
So , here is the way to change it
First of all , create a suitable sidebar header image.Then upload it to a image hosting site.
Now,
1. Edit your Template
2. Now find out
sidebar h2
( press 'Ctrl' + F to open your browser's search box)
Now scroll down few lines and you will find out a code line STRUCTURE similar to
background:#f5fbfe url( IMAGE URL ) no-repeat top center;
or
background: url( IMAGE URL ) ;
or
sidebar h2 { background: transparent url( IMAGE URL ) right no-repeat;
or another code line which is very similar to above code lines
just change background URL to the URL of the image , that you created.
Now follow the Safety Saving Steps.
And
Here is the side bar header image of one of my blog ( current template don't have a side bar header image )
So , here is the way to change it
First of all , create a suitable sidebar header image.Then upload it to a image hosting site.
Now,
1. Edit your Template
2. Now find out
sidebar h2
( press 'Ctrl' + F to open your browser's search box)
Now scroll down few lines and you will find out a code line STRUCTURE similar to
background:#f5fbfe url( IMAGE URL ) no-repeat top center;
background: url( IMAGE URL ) ;
or
sidebar h2 { background: transparent url( IMAGE URL ) right no-repeat;
or another code line which is very similar to above code lines
just change background URL to the URL of the image , that you created.
Now follow the Safety Saving Steps.
And