This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Olga Barlow
no way to have a dropdown indicator in the menu if the menu has submenus in xstore? if so please let me know how, if not, please add as feature request.
*and by dropdown indicator, i mean something like a slight arrow down on menu items that have children
Hello,
Thank you for your suggestion. We’ll took into account.
To add this arrow on your site just add the following code in Theme Options > Styling > Custom CSS
.menu li.menu-item-has-children:before {
content: "\f107";
font-family: FontAwesome;
position: relative;
top: 9px;
left: -5px;
color: #fff;
font-weight:600;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up