There are many methods to
remove underline effect to the blogger text links. There are very simple to remove
the underline for blogger text links.
Methods to Implements:-
1.
Now Logging to your blogger
Note: -
Backup your current template coding after you have to apply this process.
2.
Go to Dashboard---> Template ---> Edit
HTML
3.
Press CTRL+F in the code window and find below code.
a:link {
text-decoration:underline;
}
a:visited {
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}
text-decoration:underline;
}
a:visited {
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}
4.
Just replace the “underline” to “none” Look like below code.
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
0 Response to "How to Remove Underline to Blogger Text Links in Blogger."
Post a Comment