Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #877055

    Hallo, ich möchte das Burger menu gerne wie folgt anpassen:

    https://ibb.co/iKTCNm

    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!

    #877831

    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

    #878095

    Hello, I would like to customize the burger menu as follows:

    https://ibb.co/iKTCNm

    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!

    #878223

    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

    #878811

    Hi Victoria,
    here is the link to the website.
    Thank you!

    #879580

    Hi, could someone already deal with my problem?

    #879741

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.