remove underlink below text anchor code example
Example 1: remove underline anchor tag
{
text-decoration: none;
}
Example 2: remove underline from span inside anchor
a span{display: inline-block}
{
text-decoration: none;
}
a span{display: inline-block}