Remova CSS sublinhado
a:hover {
text-decoration: none;
}
Dangerous Dormouse
a:hover {
text-decoration: none;
}
span:hover {
text-decoration: none !important;
display: inline-block;
}