Hi,
I have created several new pages with left sidebar which holds a “custom menu” widget. I have created the widget and it shows perfectly but it is Below another Page Menu of the newly created pages. I did not create this top menu and cannot for the life of me figure out how to get rid of it or where it is coming from.
Here is an example: https://openfin.co/developers/create-first-application/
Scroll down a bit and you will see the actual Custom widget menu I created for this page.
Any ideas?
Thanks!
Slade
Hi,
I inserted this: #top .widget_nav_menu .nested_nav {
display: none;
}
into my custom css which took care of the problem. I’m not sure how it got there in the first place though.