Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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?

    https://jmcwebdesign.nl/testsite/wp-content/uploads/2020/08/Screenshot_20200829-133016_Samsung-Internet.jpg

    best regards, jelle vanhijfte

    #1242853

    Hey 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,
    Ismael

    #1242854

    Hey 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,
    Ismael

    #1243076

    ok, 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, jelle

    #1243233

    Hi Jelle,

    Thanks for the update, I’m glad to hear that it’s working again. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘menu in nightview mobile not clearly visible’ is closed to new replies.