• How do remove the navigation from the Header? I only want it in the footer.
    I am using the free basic version and cannot figure out how to eliminate the pages navigation from the header.

Viewing 1 replies (of 1 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    If you are wanting to totally eliminate the menu in the header area, the easiest method is to use some custom CSS code to hide the menu. If you are not using Jetpack which has it’s own Custom CSS module to it, you can use a plugin called Simple Custom CSS.

    In the custom stylesheet you would create with that, add in this:

    #site-navigation {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Removing Pages Menu Navigation from Header’ is closed to new replies.