How can i put the word MENU next to the hamburger Icon
Autor: ROBERT FINESTONE
Besucht 2492,
Followers 2,
Geteilt 0
How can I put the word MENU next to the hamburger Icon?
Gepostet am
Robert
In the header, you can add a text box next to the toaster menu at lesser resolutions.
It looks like your toaster menu appears at less than 720px, so in template content, 720px or less, add a text box with the word menu. It will not appear at desktop resolution, but it will be there on a tablet or mobile.
Unfortunately in the sticky menu you cannot. My only suggestion is to post this request as an idea for future releases. Personally I would like the option to replace the Toaster menu with any graphic and/or word of my choice.
>> Step 1 - Settings > The Advanced section > Statistics, SEO and Code > Options in the Expert section | ▪Custom Code | ▼Before closing the HEAD tag:
<style>
.hamburger-button::before { content:"MENU"; color:blue ; font-size:26px;font-weight: bold; position:relative;top:40px;left:-70px}
</style>
ciao
.