Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1319077

    Liebes Enfold-Team,

    ich habe ein extra Mobile Menü angelegt, allerdings wird hier die Schriftart der Headings gezogen, was ich in diesem Fall nicht möchte.
    Denn generell habe ich als Menü keine andere Schriftart festgelegt – Auf dem Desktop ist alles korrekt.

    Ich habe folgenden Code verwendet, der allerdings nicht einwandfrei greift:

    /* Mobile Menü – Schriftart */
    .av-active-burger-items .avia-menu-text {
    font-family: arial !important;
    }

    Könnt ihr mir hier den korrekten Code mitteilen, sodass im Mobile Menü die Arial-Schriftart verwendet wird?
    So wie im normalen Menü auch!

    • This topic was modified 3 years, 3 months ago by Bernd.
    #1319336

    Hi Bernd,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul li {
        font-family: arial !important;
    }

    Best regards,
    Rikard

    #1319338

    thank you, it works! :-)
    but why does the rule not take effect when I put it in the child theme in the stylesheet?

    #1319416

    Hi Bernd,

    We’re glad to hear that :)
    The reason it does not take effect when you put it in the child theme stylesheet is because of how browser caches css files.
    In order for the browser to fetch the new CSS you’ll need to update the child theme version.
    On the other hand, our Quick CSS is regenerated when it is updated and thus forces the browser to fetch the new CSS code.

    Best regards,
    Nikko

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