remove underline on hover of span css code example
Example: remove underline on hover span
span:hover {
text-decoration: none !important;
display: inline-block;
}
span:hover {
text-decoration: none !important;
display: inline-block;
}