How To Show The Burger Menu When Selecting A Submenu? - Question | JoomShaper

How To Show The Burger Menu When Selecting A Submenu?

RD

Robert Deutschmann

Helix Framework 1 month ago

Hi

On mobile view the header is fixed the top and then offcanvas menu is shown properly. But when selecting a submenu the offcanvas menu is invisible. I would like to show the offcanvas menu always visible. How can i do that?

I use PageBuilder 5.2.7, Helix Ultimate 2.0.18

Thanks for your support. Br, Robert

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151960

Hi Robert,

The color of [=] is white on the white background, that's why you don't see it. Please use below Custom CSS:

.burger-icon > span {background-color: #111 !important;}

It should be able to change it also from Template Options > Presets, but ...

0
RD
Robert Deutschmann
Accepted Answer
1 month ago #151978

Hi Paul

You made my day. :-) Many thanks - with your CSS-code now the burger is always visible.

Br, Robert

0