How to remove underlines from hyperlinks by bootstrap class code example
Example: bootstrap link remove underline
a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}
a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}