Menu showing as list when using Headway

Hi,

I am using Headway to create a header wrapper, empty content wrapper and a footer wrapper. I am then using BB to add something to the content section.

When I try to add a menu in the content wrapper using BB, the menu shows as a list (with bullet points) not as a menu. This doesn’t happen if I try to add the menu via Headway, as part of the header wrapper.

This only happens when using Headway as the basic theme. If I use a BB theme and it works fine.

What am I doing wrong? Should I add some CSS to remove the list style? If yes, where?

Thanks.

Pascal

Hey Pascal,

Welcome to the BB forums! :slight_smile:

Do you think you can share the URL of the page you’re working on so we can take a look? You can post the details here using the private reply option below if you need to.

Ben

Hi Ben,

Thank you for your reply.

Found that the problem is resolved if I add

.fl-module-menu ul.menu li {
list-style: none;
}

to the CSS in Headway.

If you would like to investigate further, let me know and I will send you the access details in a private message.

Hey Pascal,

Glad to hear you figured it out! No need to share the URL anymore. I would have most likely come up with the same CSS as you did. :slight_smile:

Enjoy BB!

Ben