Remove Yellow

I manually changed links from yellow to black on a oage that had links. I cannot find it in CSS. I have changed every instance of yellow in CSS to no avail. However I cannot get hovered links in the menu on the header to change from yellow. See attached image.

Hello,

Try this code:

#header .top-header .header-navigation ul li a:hover {
    color: red !important;
}

Regards