1 - My top menu is displaying Setup Menus in Admin Panel ( although you can't see it as it is in white )
I have removed top menu as I don't want anything there so can you tell me how to remove this message?
2 - When logged out the link says Logon but how do I add sign up and make the link a custom link?
If you want to setup your top menu then go to wp-admin->appearance->menus: and select top menu.
There you can add pages or custom link also.
If you want to fully remove that menu then add this custom css in your wp-admin->appearance->customize->custom css:
div#headertop {
display: none;
}
No I don't want to remove the top header since it has the login link but there is additional menu links to the left. I don't want anything there so I have removed any links from the top menu options, unticked them for top menu in customiser but I'm still seeing this in the header:
https://www.diigo.com/item/image/5fbkm/aq3d
You did not setup the top menu in wp-admin->appearance->menus: therefore it is showing setup menu from admin panel.
If you setup menu from there it will not show that message, and if you don't want anything to the left side of login|signup then leave the top menu blank and save it.
Please refer the screenshot: http://prntscr.com/9n2ejp the menu is blank but saved.
Refer: http://prntscr.com/9n2fbw No message and no links on the top menu.