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 :-)
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
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
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.
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
Many Thanks, but no change.
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
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.