Hide Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Hide Menu

PL

Patrick Ladner

Helix Framework 2 years ago

Is there a way to completely hide the menu in the header of the Helix Ultimate template?

I would like to create a landing page without a menu

Thanks a lot

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #119813

If I may...

header (with logo and menu) you can hide using two basic methods:

  1. Creatning template style copy where you will disable predefined header. This is recommended method.
  2. Or by Custom CSS to hide header area.

#sp-header {display: none !important;}

so simple ;)

0
PL
Patrick Ladner
Accepted Answer
2 years ago #119834

Thank you very much.

The solution is really very simple.

0