Changing Background Color
1-To change background color go to Html Editor and Expend Template.
2-Search the following code.
]]></b:skin>
Now paste the following css code before the searched code.
#navbar-iframe
background-color: red;
}
You can choose any color instead of red, for example “ #04C40B ”
Now preview template and save it.
Adding Background Image
Repeat 1st and 2nd step.
Now put the following css code before the searched code.
#navbar-iframe {
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWArc1-9EzZO6RH3ucOBQ6NF8bJ_hIotR-1yfDufu0sFuR-mgAi0umjkRIJAweEvQZzi5TIUkIoaTYYEhdhT12Z5aDeTga_yOSyfbwgMmqu2Z36Wk78vk24K_AsuTVXrOSdvDYp-VkCkbn/h120/nbg.gif);
background-color: transparent;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
background-size: 30px 30px;
}
Now save the template and you have done.
Below is how navbar will looks like.
This is the image we have used:
And url of this image is:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWArc1-9EzZO6RH3ucOBQ6NF8bJ_hIotR-1yfDufu0sFuR-mgAi0umjkRIJAweEvQZzi5TIUkIoaTYYEhdhT12Z5aDeTga_yOSyfbwgMmqu2Z36Wk78vk24K_AsuTVXrOSdvDYp-VkCkbn/h120/nbg.gif
You can use any image as a back ground, just change the image url ( Marked with red color) in the css code.
I hope you will like this trick.
10 comments:
I want to say thanks to you for this awesome post..Readers will definitely get some useful knowledge from here..
I tried this and I could find the code! It just ended up putting the code on where the navbar is suppose to be! HELP!
Interesting. Your instructions look clear but I'm not very good at this so I hope this will work well for me. Thanks for the tips!
These tips proved very useful for me and for this, I really want to mention thanks for sharing it with us.
Hi, Really great effort. Everyone should read this article. Thanks for sharing.
Interesting. Your instructions look clear but I'm not very good at this so I hope this will work well for me. Thanks for the tips!
Great article. Thanks for your great information, the content is quiet interesting. I will be waiting for your next post.
That is an extremely smart written article. I will be sure to bookmark it and return to learn extra of your useful information. Thank you for the post. I will certainly return.
Very great post. I simply stumbled upon your blog and wanted to say that I have really enjoyed browsing your weblog posts. After all I’ll be subscribing on your feed and I am hoping you write again very soon!
I really appreciate your professional approach. These are pieces of very useful information that will be of great use for me in future.
Post a Comment