Hallo, ich möchte das Burger menu gerne wie folgt anpassen:
Die Hauptmenüpunkte sollen in Großbuchstaben sein.
Die Untermenüpunkte in Kleinbuchstaben.
Alle Menüpunkte sollen untereinander bündig sein.
Wenn sich die Maus über einem Menüpunkt befindet soll die Schrift gelb werden.
Der jeweils aktive Menüpunkt soll über die Breite des Menüs gelb hinterlegt sein.
Ist das umsetzbar?
Danke im Voraus!
Hey Karlinski,
Our German support is away right now, so we would appreciate if you can please translate to english and help us understand.
Thank you very much
Best regards,
Basilis
Hello, I would like to customize the burger menu as follows:
The main menu items should be in capital letters.
The submenu items in lowercase letters.
All menu items should be flush with each other.
When the mouse is over a menu item, the font should turn yellow.
The active menu item should be highlighted in yellow across the width of the menu.
Is that feasible?
Thank you in advance!
Hi Karlinski,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria,
here is the link to the website.
Thank you!
Hi, could someone already deal with my problem?
Hi,
Sorry for the late response. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header #av-burger-menu-ul > li > a {
text-transform: uppercase !important;
}
#header #av-burger-menu-ul .sub-menu li a {
text-transform: lowercase !important;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li {
margin-bottom: 20px;
}
#header #av-burger-menu-ul li a:hover {
color: yellow !important;
}
Hope this helps :)
Best regards,
Nikko