How to disable hover border on mobile devices
-
Hi! I’m having the issue that all header items show a background on mobile devices when tapping on them. I haven’t set any hover background color within Elementor. I also had frames around the logo when clicking on them which I could remove with this code:
a:active, a:focus {
outline: 0;
border: none;
-moz-outline-style: none;
}
a:focus {
outline: solid 0px !important;
}
*:focus {
outline: 0 !important;
}However I’m not able to remove the background for the mobile version. I don’t want to have any borders or background around the menu items when clicking/tapping on them. Could anyone help?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.