Hello,
I have found a lot of discussions on changing the colour of links on hover, however I haven’t found one to suit this particular situation. I am trying to change the colour of the texts of the INACTIVE links on hover for the header and footer.
For example, this menu base text colour is black.

But, on hover the active link remains black and the inactive ones turn gray.
I was able to do this reversed (gray on active hover links), however I cant seem to figure out how to change the code to get it this way. The code I was using is was just a custom CSS code in the website editor (header section):
a:hover {
color: lightgray;
}
Here is website https://snp5fxjhqqy4h7hg-26499285045.shopifypreview.com
Hoping I can get some help! I’ve seen you guys post similar replies and hoping you can provide guidance on this as the solutions I came across did not work for me. @GabrielS @KetanKumar @PageFly-Victor @ZestardTech @Savior
Thank you!

