Adjust the transform of the opened menu’s arrow icon. This will rotate the arrow instead of dropping it down.
/* Adjust Open Menu Icon */
body.wm-mega-menu-plugin {
--active-menu-icon-transform: rotate(180deg);
}
Adjust the transform of the opened menu’s arrow icon. This will rotate the arrow instead of dropping it down.
/* Adjust Open Menu Icon */
body.wm-mega-menu-plugin {
--active-menu-icon-transform: rotate(180deg);
}