Reply To: Two different nav bar

Home Forums Support Two different nav bar Reply To: Two different nav bar

Home Forums Support Two different nav bar Reply To: Two different nav bar

#198290
Tom
Lead Developer
Lead Developer

Great article, thank you!

You can do this with our Simple CSS plugin: https://wordpress.org/plugins/simple-css/

In “Appearance > Simple CSS”, add this CSS:

.secondary-navigation {
    display: none;
}

Then when editing the pages you want the navigation to appear on, add this into the “Simple CSS” metabox:

.secondary-navigation {
    display: block;
}

That should do it 🙂