I’m using the mega menu feature on my site (lifeinconnection.com). On the drop downs that have child pages the grey arrows show up to the left, but on the drop downs that do not have child pages they don’t show. How can I get them to show globally for drop downs?
Hey debenm!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css to show the arrows on sub menu:
.sub-menu span.avia-bullet {
display: block;
left: 10px;
}
Regards,
Ismael
Thanks!