How can I completely delete the menu? I use a single, vertical-scroll type site and have no need for a dated multi-page site menu.
Alternately, how can I create a hyperlinks menu that simply takes visitors to the appropriate section of my page?
Hi giark1,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#header .main_menu {
display: none;
}
As for your other question, please refer to this article in our documentation: https://kriesi.at/documentation/enfold/menu/#one-page-menu
Hope it helps.
Best regards,
Nikko