Beta test the new Menu module!

Hi Jan-Willem,

It sounds like there may a bug somewhere causing that. Can you send us temporary admin access to test?

Thanks,
Justin

[Content Hidden]

[Content Hidden]

Hi Jan-Willem,

I figured out the issue and have filed a bug report. In the meantime, you can get that fixed by using this CSS…

.fl-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

Justin

Thanks for the solution, i got rid of all the squares now in the menu’s.

.fl-menu li {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}

Great! It has been fixed on our end and will be available in the next update.