How do I disable the dropdown from showing on the main navigation at the top of the page?
Hey f5agency!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu ul.sub-menu {
display: none!important;
}
Best regards,
Yigit
That did the trick. Thanks!