Use only superfly? have button toggle in header?

Apologies if this is covered, perhaps I am just searching the correct terms.

Is it possible to only use the Superfly menu, without the menu being in the header?

If so, is there a way to put the trigger button in the header?

And/or is there a way to just not have any header at all, and use superfly?

Thank you!

Hello There,

Thanks for writing in! If you want to get rid of the header, you can certainly do this on selected pages. Simply edit your page and change the page template. You can either use the Blank - Container | No Header, Footer or the Blank - No Container | No Header, Footer. To know more about the different page templates in the theme, you can check it right here: https://theme.co/apex/forum/t/features-page-templates/50/1

If you want to have it globally, that would not be possible. You will need some custom css to pull it off. You may use this code:

.masthead,
.x-masthead {
   display: none;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.