Sub Menu Anchor link bug

So I’ve noticed that when I have anchor links on the page they show as active all the time

If I am on a page that has anchor links then all those anchors in the top menu show as active even if I’m not on that section or have not clicked on them.

Is there a way to not show achor links as active but still keep the hover effect ?

Here is an image to show

Edit - I found a fix

.sub-menu .x-anchor[class*=“active”] {
background-color: transparent !important;
}

.sub-menu .x-anchor:hover {
background-color: #3aac59 !important;
}

Hi @stevewoody82

I’m glad you managed to get this workaround working fine, however, it would be nice if you can share a URL showing this issue so we can investigate to see if this is a bug or not.

Thanks.

Hi @stevewoody82

I believe this issue has been fixed in a recent version, please update Pro theme to the latest stable version on that site (you are still running version 2.1.6). You can follow this guide when it comes to theme/plugin update:

Thanks.

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