Hello,
Is there anyway to get the submenu indicator back? I remember it was in Enfold before
Thanks!
Hey Pappasdg!
Are you trying to create some kind of visual aid to let the user know there are sub menus on certain links? If so then you can use this CSS.
.dropdown_available {
background: none repeat scroll 0 0 green;
bottom: 0;
display: block;
height: 20px;
position: absolute;
width: 20px;
}
That is just going to create a green square. You’ll probably want to style it differently.
Regards,
Elliott