1.Log in to your blogger dashboard--> layout- -> Edit HTML
2.Scroll down to where you see like this code:
color:$linkcolor; text-decoration:none; } a:visited { color:$visitedlinkcolor; text-decoration:none; } a:hover { color:$titlecolor; text-decoration:underline; |
3.Now replace above code with below code.
color:$linkcolor; text-decoration:none; } a:visited { color:$visitedlinkcolor; text-decoration:none; } a:hover { color:$titlecolor; text-decoration:none; |
4.Now save your template and you are done.