[ad_1]
Im trying to remove the border box that appears when you toggle the hamburger menu , and when you close it.
There appears to be a border box on only the left and right side of the hamburger menu when toggled or closed.
How can I remove it so there’s no border box when toggled?
Thank you!
[UPDATE]I was able to find a code that worked to remove the two border lines on the mobile hamburger menu, here’s the code:
.oceanwp-mobile-menu-icon a:focus {
outline: none !important;
}
#mobile-dropdown ul li a:focus {
outline: none !important;
}
But I would also like to remove the border on the regular desktop version as well, how can this be achieved?
Thanks!
- This topic was modified 3 hours, 54 minutes ago by .
- This topic was modified 3 hours, 53 minutes ago by .
The page I need help with: [log in to see the link]
