We are using the utafiti template here: v5.neisseland.de

All menu items have no text. Instead I am using modules. With these modules it is not possible to build an expandable mobile menu because there must be a menu item text for displaying it and I don't want that because of the modules.

How can I achieve that?

Hi,

Try to add the following custom css code:

#off-canvas-menu .d-none {
	display: block !important;
}

Cheers
Joshua

Hi

With the link being a dropdown it is possible to turn it off via the zen-menu tab

I should add by default buildr does hide module content in a mega menu on mobile so you will need a style like Joshua's

Write a Reply...
You need to Login to view replies.