Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #289713

    Hi There,

    how can we turn off the function that when clicking sub menu on ipad it turns grey?

    Our client doesn’t like it,

    Thanks :-)

    #289787

    Hey elbnetz!

    Can you post a screenshot and show what exactly you would like to change? Sorry but i am not sure if i understood you clearly :)

    Best regards,
    Yigit

    #289991
    This reply has been marked as private.
    #291155

    Hi!

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

    .header_color .main_menu .menu ul li a:hover {
    background-color: transparent!important;
    }

    Regards,
    Yigit

    #291452

    Hi Yigit,

    Thanks for your reply. We are getting close, but unfortunately it is not the background. There is an extra layer of transparent grey only on touch devices. As we disabled the border of the submenu, this layer is now larger and looking ugly.

    BTW: It also happens on the mobile menu.

    Any idea?

    Many Thanks, T.

    • This reply was modified 10 years, 4 months ago by elbnetz.
    #292081

    Hi!

    Can you try adding following code to Quick CSS as well

    .header_color .main_menu .menu ul li a:active {
    background-color: transparent!important;
    border: none!important; 
    }

    Cheers!
    Yigit

    #292372

    Many Thanks, but no change.

    #292439

    Hi!

    Please try this one as well

    .header_color .main_menu .menu ul li a:focus {
    background-color: transparent!important;
    border: none!important; 
    }

    If that too does not work, i am not sure how can we help you with that unfortunately :/

    Cheers!
    Yigit

    #293774

    No unfortunatly not helping. It is the Moment you press with your finger on iOS device, when there is a grey shadow over the menu entry you are pressing.

    Cheers, T.

    #294197

    Hi!

    Yigit’s code should work. You need to remove the browsers history or cache:

    .header_color .main_menu .menu ul li a:hover {
    background-color: transparent !important;
    }

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.