Replies: 0
Hi,
Trying to get rid of the highlight that appears when the mobile toggle menu is tapped on mobile devices but not having any luck – not sure if applying custom css to correct element?
a.mega-menu-link:active{
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
-webkit-tap-highlight-color: transparent !important;
}
Majella