-
AuthorPosts
-
October 29, 2019 at 3:46 pm #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.pngOctober 31, 2019 at 5:23 am #1152612Hey 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,
RikardOctober 31, 2019 at 12:11 pm #1152678Hi Rikard,
right! I would like that the X is also mobile visible.
Best regards
JürgenNovember 1, 2019 at 11:34 am #1152970Hi 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,
RikardNovember 1, 2019 at 12:09 pm #1152982Hi 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ürgenNovember 2, 2019 at 5:24 am #1153182Hi,
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,
RikardNovember 2, 2019 at 1:08 pm #1153250Hi 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ürrgenNovember 3, 2019 at 5:01 am #1153444Hi,
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,
RikardNovember 3, 2019 at 12:45 pm #1153489Hi Rikard,
great job! works! Thank you! Best support ever!Best regards
JürgenNovember 4, 2019 at 5:19 am #1153607Hi 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,
RikardNovember 4, 2019 at 10:36 am #1153654Hi Rikard,
you can close this topic.
Thank
Best regards
JürgenNovember 4, 2019 at 12:25 pm #1153681 -
AuthorPosts
- The topic ‘flyout menu’ is closed to new replies.