Use Keyboard ShortcutsPress "Ctrl-U" on your computer's keyboard to remove the underline from your selected text. This quickly reformats one underlined word, phrase or section in your document.
try this:
legend.green-color a:hover{
text-decoration: none;
}
Remove the text decoration for the anchor tag
<a name="Section 1" style="text-decoration : none">Section</a>
You can use CSS under legend.green-color a:hover
to do it.
legend.green-color a:hover {
color:green;
text-decoration:none;
}
To keep the color and prevent an underline on the link:
legend.green-color a{
color:green;
text-decoration: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With