Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1363881

    Hi,
    my client would like to have a navigation with a purely white background. For the desktop this works with your options.
    On mobile devices (iOS and android) there is always a grey flickering when pressing a link. Is there a possibility to stop this?

    Bets regards,
    Vera

    #1363889

    Hey Vera,

    Thank you for the inquiry.

    We can reproduce the issue but we are not sure where the flicker is coming from. We’ve checked the css code and inspected every link states but we cannot find it. Did you add any custom css in the site? Do you see the flicker when the plugins are deactivated?

    Best regards,
    Ismael

    #1363894

    Hi Ismael,

    thanks for your quick reply.
    I now turned of all plugins, took off all the quick css (also no custom css) and updated to the last version of Enfold but nothing changed.

    The flicker also appears on the demo site of Enfold. For example when you press the icon hamburger menu a kind of grey rectangular is seen around it. On a desktop with a little browser window it doesn’t show. May be that helps to identify the origin?

    Best regards,
    Vera

    #1363937

    Hi Vera,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
       .responsive #top #wrap_all .main_menu {
          -webkit-tap-highlight-color: transparent;
       }
    }
    

    Best regards,
    Yigit

    #1364018

    Hi Ygit,

    great, that works.
    Thanks a lot for your support!

    Best regards,
    Vera

    #1364019

    Hi,

    You are welcome, Vera!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘behavior navigation on mobile devices’ is closed to new replies.