Monday, July 30, 2012

How To Change Gadget Background Colour in Blogger Blogspot Blogs

Change Blogger Gadget or widget Background Color:
Some times it is very important for bloggers to change background colour of widget or gadget in sidebar in blogger, so it is very easy follow the steps provided in the below instructions, it is very good for your blog designing and look.
Step-1: Go to Your blogger dashboard and click on edit of a gadget of which you want to change colour..
2. Now See the screen shot find the id of that gadget.Note: it is case sensitive , means capital and small alphabits are different
Step-2:. Copy that id and replace it with HTML1 in the below red code
Step-3 Go to your blogger template, click on edit.
Suppose id of of gadget is HTML1.

Paste the below code in the Css section(Hint: css section of blogger where #s are used ) of your blog( see the below screen shot for better understanding). and save template.


#HTML1{
background:white;
}



Done! Enjoy . If you have any problem then comment.
Customization:
You can change the color according to your desire or you can use html color code(include # with html color code for example #00000)
if you want to change text colour so add color:blue; Any color that you want.
Still dont understand. Video tutorial coming. Keep Visiting.

Want to Say Thanks. share this post with your blogger friends,

No comments:

Post a Comment