-
AuthorPosts
-
August 29, 2020 at 1:38 pm #1241826
hello , my mobile is in nghtview modus / darkmodus.
now, ive made this website with enfold: https://jmcwebdesign.nl/testsite/if i have a look at it on a mobile, i can hardly see the menu, the three stripes that is.
now of course this will be so for all people having this dark modus on.
is there a solution for this three stripes problem?best regards, jelle vanhijfte
September 2, 2020 at 4:12 pm #1242853Hey jelle,
Thank you for the inquiry.
Are you using a plugin for the night view or dark mode? Unfortunately, we are not really sure how it alters the style of the page or if we can influence it by adjusting the css or by adding a certain script.
If you want to try and adjust the background color of the burger menu on mobile view, please use this css code.
@media only screen and (max-width: 767px) { .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { background-color: #ffffff; } }
Best regards,
IsmaelSeptember 2, 2020 at 4:12 pm #1242854Hey jelle,
Thank you for the inquiry.
Are you using a plugin for the night view or dark mode? Unfortunately, we are not really sure how it alters the style of the page or if we can influence it by adjusting the css or by adding a certain script.
If you want to try and adjust the background color of the burger menu on mobile view, please use this css code.
@media only screen and (max-width: 767px) { .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after { background-color: #ffffff; } }
Best regards,
IsmaelSeptember 3, 2020 at 1:03 pm #1243076ok, thanks.
It might be due to something on the website itself, maybe something like a transparent header,i dont know, as when i tried again just now the problem was gone, and the header was still white and the menu therefor visible.
anyway, as far as im concerned you can close this ticket now.
best regards, jelleSeptember 4, 2020 at 6:28 am #1243233 -
AuthorPosts
- The topic ‘menu in nightview mobile not clearly visible’ is closed to new replies.