I have the following:
How do I get rid of the blue underline? The code is below:
I have resolve a problem maybe like your. I tried to inspect element in firefox. I will show you some results:
As you see a:hover have text-decoration: underline. I only add to my css file:
a:hover {
text-decoration: none;
}
and problem is resolved. But I also set text-decoration: none in some another classes (like you :D), that may be make some effects (I guess).