Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1366453

    Hallo ich möchte die Schriftgrösse im Hamburger menu ändern.
    Wo kann ich das und was für ein CSS Code ist das?
    Lieber Gruss Stefan

    #1366505

    Hey sroetheli,

    Thank you for the inquiry.

    You can adjust the style of the burger menu items in the Enfold > Advanced Styling panel. Look for the Menu Links in overlay/slide out in the dropdown, insert it, then adjust its style.

    You can also use this css code.

    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
        line-height: 1.3em;
        height: auto;
        padding: 15px 50px;
        display: block;
        text-align: left;
        text-decoration: none;
        font-size: 20px;
    }

    Best regards,
    Ismael

    #1367385

    Hello Ismael
    Thank you for your answer, I put it in the additional CMS but nothing happens, I need to have it smaller especially on mobile.
    Do you have any idea what I have to do? https://www.lernpraxisamsee.com
    Best thanks – Stefan

    Hallo Ismael
    Danke für deine Antwort, ich hab das im zusötliches CMS eingefügt aber es passiert nix, ich muss es vor allem auf dem Mobil kleiner haben.
    Hast du einen Idee was ich machen muss?
    Besten Dank – Stefan

    #1367409

    Hi Stefan,

    Ismaels code should work. Please post admin WordPress login details in private, so that we can have a closer look.

    Best regards,
    Rikard

    #1367758

    Hi Rikard
    Thank you for your reply. Privately I will send you the details you requested.
    Best regards – Stefan

    • This reply was modified 1 year, 5 months ago by sroetheli.
    #1367779

    Hi,

    Thanks for that. I’ve added some CSS for you, and it’s applying now. Note that clearing cache from your caching plugin seems a bit difficult, so you might have to do it a few times in order to see any changes you are making.

    Best regards,
    Rikard

    #1368121

    Hello Rikard
    Thanks for your help, I deleted the plug in. When I change the font size in the CSS Hamburger Menu nothing happens. what can this be?
    Best regards Stefan

    • This reply was modified 1 year, 5 months ago by sroetheli.
    #1368153

    Hi,

    I’m not sure where you are trying to change it, but the CSS I added for you in Quick CSS is working and currently applying to your site.

    Best regards,
    Rikard

    #1368249

    Hi
    i tried it here here:
    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a
    {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    }

    I would like to reduce the distance between the navigation points.
    best regards – Stefan

    #1368259

    Hi,

    Please try to target the li element instead:

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
        line-height: 1.2em;
    }

    Best regards,
    Rikard

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