Mobile Navigation / Burger
-
Hi Armin.
Super Wordpress Theme!!!- Gibt es eine Möglichkeit, den "Burger" bzw. den Menü-Navigationsbutton auszublenden und anstatt einen Text zu platzieren? Ich hätte nur 2 Menüpunkte. Name der Webseite und Kontakt.
English:
Is there a possibility to hide the "burger" mobile nav button and use a text instead? Because I only have two menu points.- kann ich auch den "Burger" ändern? Bzw. die animation zum X ändern?
(Wo liegt die Datei im Unterverzeichnis?)
English:
Can I change the burger? Or change the x animation? Where is the file?Ich danke dir.
Frauner -
Hey Frauner!
Please use English :P
Hm what kind of text do u want to use instead of the burger icon?
The burger icon is not a file it'sdivelements that animate with CSS. In general it's not a good idea to overwrite or change any files of the theme. Because all files are overwritten whenever you update Lay Theme.Maybe it makes sense if you hide the Burger button? Because maybe you don't need people to access the mobile menu. You can do so with the following CSS. You insert this CSS into the field "Custom CSS for Mobile Version" in "Lay Options" -> "Misc Options".
.burger{ display:none; }Ah now I get it. You want your "Contact" link there instead of the burger! Hm. No that's not possible.
-
Hi Armin.
Super Wordpress Theme!!!- Gibt es eine Möglichkeit, den "Burger" bzw. den Menü-Navigationsbutton auszublenden und anstatt einen Text zu platzieren? Ich hätte nur 2 Menüpunkte. Name der Webseite und Kontakt.
English:
Is there a possibility to hide the "burger" mobile nav button and use a text instead? Because I only have two menu points.- kann ich auch den "Burger" ändern? Bzw. die animation zum X ändern?
(Wo liegt die Datei im Unterverzeichnis?)
English:
Can I change the burger? Or change the x animation? Where is the file?Ich danke dir.
Frauner -
Hey bperon, yes there you can find the burger css. But you shouldn't edit this file directly.
"In general it's not a good idea to overwrite or change any files of the theme. Because all files are overwritten whenever you update Lay Theme."
You can however add your burger css to the field "Custom CSS for Mobile Version" in "Lay Options" -> "Misc Options". That's fine.