Add Text On Burger Menu - Question | JoomShaper

Add Text On Burger Menu

Laurent

Laurent

Helix Framework 1 year ago

Hi,

On helix predefined header, is it possible to write the word MENU near the burger menu here https://prnt.sc/P5LuNrzGdNp6 ?

And of course, without loosing changes during next helix update.

Thanks L.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #163961

Hi Laurent,

Very easy with a single line of Custom CSS.

#offcanvas-toggler::after {content: "MENU"; padding-left: 5px; color: #111; margin-top: -3px;}

Tip: https://www.joomshaper.com/documentation/helix-framework/customization-tips#offcanvas-how-to-add-the-word-menu-after-icon

0
Laurent
Laurent
Accepted Answer
1 year ago #163962

thanks paul ;-)

0