Hi, guys!
Need some help!
I’ve placed a widget menu at the footer of my site (on the columns widget area) and the navigation is opening all sub levels!
I just want to show the main links on the main menu in the widget!
http://www.bahhseguros.com.br/home
Can I have some help?
Ty in advance!
Hey Camila,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#nav_menu-2.widget_nav_menu li.menu-item-has-children ul.sub-menu {
display: none !important;
}
After applying the css, Please clear your browser cache and check.
Another option is to create a custom menu for the widget to use.
Best regards,
Mike