Archived topic
Blue Box in Mobile Menu
3 replies · Started by Jesse on February 21, 2022
Viewing posts 1–4 of 4
Hello,
Any idea how to remove this blue box in my mobile menu? This screenshot was taken with an iPhone.
Best regards,
Jesse
Hi there,
thats the focus ring that some browsers add for acessibility. You can try adding this CSS to remove it:
.slideout-navigation.main-navigation .main-nav ul li a {
outline: none !important;
}
Hi David,
That seems to have done the trick! Thanks so much!
Best regards,
Jesse
You're welcome
This archived topic is closed to new replies.