Changing an a tag to a colour from text-decoration

I currently have a link with a drop down menu, and when the link is clicked on, the link in underlined

.menu>li.active {
    text-decoration: underline;
}

However, i want to remove the underline and have the link be a certain color. I thought this would be as easy as just giving it a color property and assigning it, but when I do that, every single word in the dropdown turns that color. Not the link itself, any suggestions?

Do you have a link to the project so we can test for ourselves?

i had a class over-riding another one and i needed to make an edit, was able to fix this! thanks!

1 Like