Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1152083

    Hello my dears,
    is it possible in the flyout menu, on smartphones, the menu cross “X”, to make the menu visible, as well as in the desktop version?

    Greetings Jürgen

    Looks like this:
    https://commtools.de/transfer/enfold1.png

    #1152612

    Hey Jürgen,

    I’m not sure I understand your question, are you saying that the X is not present in the mobile menu? If so then where can we see the problem?

    Best regards,
    Rikard

    #1152678

    Hi Rikard,
    right! I would like that the X is also mobile visible.
    Best regards
    Jürgen

    #1152970

    Hi Jürgen,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner {
      background-color:#fff !important;
    }
    }

    Best regards,
    Rikard

    #1152982

    Hi Rikard,
    many thanks!
    ok, that’s ok. but the hamburger menu is missing the middle bar and the menu X is missing a dash from the X. See screenshot.
    Best regards
    Jürgen

    #1153182

    Hi,

    Thanks for the update. Please try this instead:

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #fff;
    }
    }

    Best regards,
    Rikard

    #1153250

    Hi Rikard,
    thank you so much! works.
    Now only the burger menu would have to be colored in black. So regardless of the “X” (#fff), the color should be changeable. is that possible?
    Thank you very much
    Kind regards
    Jürrgen

    #1153444

    Hi,

    Sorry about that, this CSS should apply only when the menu is active:

    @media only screen and (max-width: 767px) {
    #top .header_color .is-active .av-hamburger-inner, #top .header_color .is-active .av-hamburger-inner::before, #top .header_color .is-active .av-hamburger-inner::after {
        background-color: #fff;
    }
    }

    Best regards,
    Rikard

    #1153489

    Hi Rikard,
    great job! works! Thank you! Best support ever!

    Best regards
    Jürgen

    #1153607

    Hi Jürgen,

    Great, I’m glad that we could help and thanks for the kind feedback :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1153654

    Hi Rikard,
    you can close this topic.
    Thank
    Best regards
    Jürgen

    #1153681

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘flyout menu’ is closed to new replies.