Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Did you make your own custom menu in the dashboard, under Appearance > Menus?
Thread Starter
Tom604
(@tom604)
yes but the dropped choices do not show.
On my page where it says Home I put a sub category page. Not working. I have a bunch of other themese that I use that work fine.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you try deactivating all plugins to explore whether any could be responsible?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I see the issue is the same on the theme’s demo site, where there is a submenu underneath “Parent page” and it does not actually show.
If your theme doesn’t come with a place in the dashboard to hold your CSS modifications, a place named “Custom CSS” or similar, try installing this plugin: http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then use that plugin’s section of the dashboard to hold this CSS modification:
#nav li ul {
display: block;
}
Thread Starter
Tom604
(@tom604)
the menu didn’t work before I put any plug ins on. The theme does have a way to put custom css code in. I put your code in but it doesn’t change anything.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Also add this:
#navbarfull {
overflow: visible;
}