Viewing 1 replies (of 1 total)
  • Thread Starter Scott Foshee

    (@scott-foshee)

    I finally figured this out. Hide the main menu, put the custom menu at the bottom of the page, and insert the following code in your page:

    <style>
    .site-footer { display:none; }
    </style>

    The same code works to hide the header in your page too, just substitute “header” for “footer.”

Viewing 1 replies (of 1 total)
  • The topic ‘Turn off Custom Menu on front page’ is closed to new replies.