What would the quick CSS code be to remove the underline from ALL links on mouse over? Thank you!
How to remove underline from all hover links?
2 posts from 2 voices-
Posted 1 year ago #
-
Hi!
Try following code:
a:hover{ text-decoration: none !important; }Best regards,
PeterPosted 1 year ago #
Reply
You must log in to post.














