Can't get rid of w-nav-menu class on my navmenu

All,

I have a navmenu from which the links aren’t showing because a class w-nav-menu is added. However I can’t seem to find why this class is added or how to overrule it.

This adds this CSS:
.w-nav[data-collapse=“all”] .w-nav-menu {
display: none;
}

Anyone got an idea how to overrule this display:none; ?

Kr,
Nick


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi @NickGeys welcome to the community! :smiley:

any classes that start with .w- are usually automatically added by our framework. For this case, it seems that it’s setting a display:none for a navbar that is collpased or closed.

If can you please update your post with some more information so we can help you faster with things like screenshots and your read only link?

Thanks in advance! :slight_smile:

Thx @PixelGeek, here the link: https://preview.webflow.com/preview/sunlighten-kempen?preview=9dac02bec837b25745ba3d56d988f24d

Sorry for the delayed response. I see that your site is live. were you able to fix the issue?

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