Hover state doesn't seem to function on 1920px above

Hi guys! I seem to be missing out on something here.

In my navbar, I have three text elements that will change color when hovered. However, on bigger screens like 1920px and above, the hover state doesn’t seem to work.

Here’s my read-only link: Webflow - Test Hover

Would greatly appreciate any help. Thanks!

Looks like there is a language setting that is overriding the color.

@media screen and (min-width: 1920px) {
.nav_link_tabs:lang(en) {
color: white;
}

Thanks for the reply @mdelsing06!

Where can I find this?

I haven’t messed with localization and I’m not sure if that is the issue. But I would check the different localized settings. Looks like english is the one that is causing you issues. Do you have this option on the screen?

Screenshot 2024-08-20 at 11.15.25 AM

Hello Nbrttab,

The issue is in the class you’re using for link

To solve your issue, try to remove that class and add a new one with a new name them style again.

Test that and it worked.

Bests,

1 Like