Change Menu item to blue on hover?

Any idea how I can get the top line items on the shop mega menu to change to blue on hover like the other sub-menu items?

Website

Hi,

I’m not sure if this is what you meant but this will keep the sub menu heading highlighted.

#menu-primary-menu-test .cap-submenu-ddown li:hover > a{color:#169fda}

Thanks for that. RalphM provided a similar solution. Appreciate the help!