You can probably hide that line using “display: none;” in the CSS, but the particulars depend on your site — can you post a link to it?
Thread Starter
rc1238
(@rc1238)
Yes, I want to hide it…not remove it.
Here is the Link
That’s actually a menu item. Are you not going to have a menu on your site? If you need more info about how to use/configure the menu, this might be helpful:
http://codex.wordpress.org/Appearance_Menus_Screen
But if you really don’t want any menu, try adding this to your CSS:
nav {
display: none;
}
Do be aware that it’s best to make changes in a Child Theme or custom CSS plug-in so that your changes are not overwritten when the theme is updated.
http://codex.wordpress.org/Child_Themes
Thread Starter
rc1238
(@rc1238)
Thanks! I use a custom css plugin per your advice. It work!
I will read more about the menus screen also.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Excellent work, Rc1238 and WPyogi 🙂
Happy to hear you got your customization resolved.
Feel free to use the official forum in the future:
http://tidythemes.com/forum/