1- Go to your blog account
2- Go to the Theme, then Edit HTML
3- Copy the code below from above </ head>
Code :
<script src="//cdn.rawgit.com/RithiSethTes/BloggerCodes/master/snowfall.js" type="text/javascript"></script><script type='text/javascript'>$(function(){$(document).snowfall()});</script>
Click the Save Theme icon.
Note : To change the Snowblasting style, delete the highlighted code above and replace with the style below.
1. $(function(){$(document).snowfall({round:!0,minSize:5,maxSize:8})});
2. $(function(){$(document).snowfall({shadow:!0,flakeCount:200})});
3. $(function({$(document).snowfall({shadow:!0,round:!0,minSize:5,maxSize:8})};

