A blog about Download free games, Download free software and movies. Learn everything about blogging. Watch live T.V. Send free SMS and much more

Friday 18 January 2013

How to change blogger background color

change blogger background color
Are you still try to change blogger background color in easy way and you don't know how to change blogger background color so don't worry i am here to tell you how to change blogger background color in easy way and you can easily able to change blogger background color after knowing how to change blogger background color you want to just below steps to change blogger background color and its very good trick of blogger.......

How to Change Blogger Background color?

  • Go to blogger dashboard
  • sign-in to your account
  • click to template >> edit html >> proceed
  • Find </head> code by pressing ctrl+f
  • and paste the below code just above </head> code
<script>
function setbackground(){
window.setTimeout( "setbackground()", 2000);
var index = Math.round(Math.random() * 9);
var ColorValue = "#E6A9EC";
if(index == 1)
ColorValue = "#7FFFD4";
if(index == 2)
ColorValue = "#FFF8DC";
if(index == 3)
ColorValue = "#8B008B";
if(index == 4)
ColorValue = "#00CED1";
if(index == 5)
ColorValue = "#FF00FF";
if(index == 6)
ColorValue = "#E0FFFF";
if(index == 7)
ColorValue = "#DB7093";
if(index == 8)
ColorValue = "#FF6347";
if(index == 9)
ColorValue = "CCCCCC";
document.bgColor=ColorValue;
}
</script>
and after paste the above code after </head> save the template , and then one time more find <body> tag and replace this tag with below code

<body onLoad="setbackground();">
and save the template and see the blogger its background color is changed
and done!!!!!!!!!!!!!1
if you want to change the color just change the color text with your color and done :)

Notice :-

                  Some template have body tag like this <body expr:class='&quot;loading&quot; + data:blog.mobileClass'> and in that template this code won't work it can only for <body> tag templates , Thank You.

1 comments

.

Share This Content:

 
© 2011 Rocking Aseel Blog (Have Everything)
Designed by Rocking ASeel Cooperated with Usama Shahid
Released under Creative Commons 3.0 CC BY-NC 3.0
Posts RSSComments RSS
Back to top