How to remove underline from a name on hover November 22, 2022 by Tarik try this: legend.green-color a:hover{ text-decoration: none; }