How To Remove Underline below Text Links

1.Log in to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see like this code:

a:link {
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.

a:link {
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

 

Support By Blogger