OffCanvas Menu Show Default All Items - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

OffCanvas Menu Show Default All Items

RT

Reutimann Thomas

Helix Framework 4 years ago

Hello together.

I have a little technical question. I need to have the offcanvas menu permanently showing all subitems (menu entry's). The client dont want to have the visitors click to open the subitems.

Please advice

Thank you very much and best regards

Thomas

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #43673

Hello Reutimann Thomas

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.menu-parent .menu-child{
    display: block !important;
}
.menu-parent .menu-toggler{
    display: none !important;
}

Best regards

0