Hi,
I’m trying to target text being used as a toggle for a megamenu grid to change the font weight on hover/the megamenu is open on click. So far, I’ve only been able to get it to work when hover directly over the text using:
.x-anchor .x-anchor-text-primary:hover{
font-weight:700 !important;
}
Is there a way to have the font weight change when hovering over any part of the toggle (not just the text) and keeping the font weight change when the megamenu is open?
Thanks!