Seeking help to change the color of my megamenu item when hovering over other items in the menu. Take a look at this image for reference:
I've tried using these CSS styles but it didn't work as expected.
#mega-menu-wrap-primary-menu #mega-menu-primary-menu:hover > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu:hover > li.mega-menu-item > a.mega-menu-link {
color: #85918f;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu:hover > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
color: white;
}
Any suggestions on how to achieve this?
I am utilizing the plugin Max Mega Menu
Thank you in advance!