Following is a rough screenshot of the request which we received from one of our reader via twitter. At first we thought it is quite impossible, but lastly we were able to pull it off so without any further due let’s directly get to our tutorial.
The first thing you need to do is to add a JavaScript file to your template. So, go to Blogger.com >> your site >> Template >> Edit HTML >> Proceed. Now within the template, search for the ending </head> tag. After finding the ending </head> tag just above it pastes the following JavaScript coding and press “Save Template” button to finish the process.
<script>
$(function() {
function randomColor() {
return 'rgb('+Math.round(Math.random()*255)+', '+Math.round(Math.random()*255)+', '+Math.round(Math.random()*255)+')'
}
$('body').each(function(i) {
$(this).css('background', randomColor());
});
});
</script>
Now, whenever you or someone else would navigate your site on every page they will notice different background color. The colors would keep on rotating automatically, until or unless you remove the script from the template.
We hope this small but useful trick would help you in adding some extra spark to your blog. Every time you load it, you see a new design. Our team is currently working a script that could help you in rotating Image backgrounds every time someone reloads the page. Feel free to leave your suggestions by commenting below.
About the Editorial Team
The Editorial Team of MyBloggerLab consists of a group of Professional Blogger geeks Led by Syed Faizan Ali (Founder of MyBloggerLab).
8 comments
it's nice trick syed, it means if i am using image as page background, it would not work?
Yes it will because of jQuery , but the effect is very negligible :)
Cool Post . Faizan , just wanted you to know that your interview is live again .
Plus I want to congratulate you on the new awesome design of your blog .
You and your team are doing great .
It would override your CSS. So, it would work on image background too. However, it is better to remove the image background.
I don't think so, Its just a minor jQuery.
this is a WOW post bro!
thank you :)
Nice trick.
I want random color for Lables....
Post a Comment
We’re eager to see your comment. However, Please Keep in mind that all comments are moderated manually by our human reviewers according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and evocative conversation.