YMCA's post in Hover Effect for Mega Menu Links was marked as the answer
Haha okay actually nevermind, I managed to figure it out.
.wm-mega-menu-item {
padding: 5px 12px !important;
background-image: none !important;
transition: all ease-in-out .2s !important;
}
.wm-mega-menu-item a:hover span {
background: #e6e7e8;
padding: 5px 12px;
border-radius: 50px;
transition: all ease-in-out .2s !important;
display: block;
}
This code activated the hover effect for the links inside of the mega menu.