Tagged: enfold, menu, navigation
What would be the simplest way to hide the subnav menu for the Enfold them since my client’s sight will not need this feature….Thanks..
Hi LiveLightCo!
Remove the menu children from the menu itself (Appearance > Menu), or you can do it via CSS:
.sub-menu {
display: none !important;
}
Best regards,
Josue
Great that worked! BTW: How can I collapse the subnav menu
Thanks Jason!