you have styled the menu item with a background
#menu-item-403 { ...}
not the link;
however, you apply the :hover to the link
#menu-item-403 a:hover { ... }
Thread Starter
C47
(@c47)
When I styled the menu item’s link, (#-menu-item-403 a {}) I was getting formatting issues. Like it was still including some of the styling for the default menu styling tag #access.
I have a:hover because I don’t know how else I would style its hover state without referring to the link. But I can’t seem to override #access on just those items. I’d want to keep the rest of the menu the same.