Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Change Mobile Menu Toggle Icon (Show Arrow Up When Sub-Menu Item Expanded)
Tagged: mobile menu, modern menu, chevron, arrow up, arrow down, mobile menu item, expanded
We are using Avada’s Modern Mobile Menu. Is their any way we can change the sub-menu toggle icon to “Arrow Up” when a sub-menu item is expanded? Currently, an “Arrow Down” is displayed under all conditions.
Click here for details.
We tried to use the CSS Code below, but no luck.
.fusion-open-submenu:after {
display: block;
margin: 0;
content:"\f106"!important;
font-family: icomoon;
}
Hoping Theme-Fusion’s developers will fix this small bug.
Help appreciated. Thank you!