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.
0 comments:
Post a Comment