Some nav menu items act like links and others dont

Hello,
I cannot figure out what’s going on here. If you visit my site: http://pzu.a90.myftpupload.com/
And go to “IN EVERY ISSUE” on the navbar, when you hover over the text in the dropdown menu you will notice that some change to the same green color and others stay black. ASK CAMIROSE will change. WHy are some changing?? I don’t want any of them to do that.

Thanks for your help,
Rena

Hey Rena,

Good to see you posting in! You are experiencing this issue because of your custom css code. You have added this:

li#menu-item-3311 .ubermenu-target-text:hover, li#menu-item-3317 .ubermenu-target-text:hover, li#menu-item-3335 .ubermenu-target-text:hover, li#menu-item-3333 .ubermenu-target-text:hover, li#menu-item-3334 .ubermenu-target-text:hover, li#menu-item-81 .ubermenu-target-text:hover {
    color: #64C8D2;
}

If you can remove this code block, it should resolve your issue.

Please let us know how it goes.

Oh duh! Sorry to have wasted your time on that!

Thank you!
Rena

You’re welcome and no worries.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.