-1
I know that this question has already been asked here but even using the text-Decoration: None; the underscore continues, at most the text-Decoration: None; removes the color of the text I am using.
The CSS code I’m using for the text in this menu is this one:
span {color:black; font-size: 30px; font-family: 'Merriweather',
serif; font-family: 'Fredoka One', cursive; border-radius: 10px;} span
{background-color:bisque; transition: color 10s;} span:hover
{background-color: beige;}
span {text-decoration: none;}