Signin to Blogger
- Go to Template
- Edit HTML
- Find </head> or hit ctrl + F on your keyboard and put </head> on the box and hit enter.
- Copy below the code and paste above/before </head>.Then Save Template...Done.
<!--replace your blog URL--><script
src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'
type='text/javascript'></script>
<script type='text/javascript'>
$('a.linknudge, .Label ul li a').hover(function() {
var dur = 450; $(document).ready(function() { $(this).animate({ }, dur);
paddingLeft: '20px' }, dur); }, function() { $(this).animate({ paddingLeft: 0 }); });</script><!--replace your blog URL-->