Hide The Header In Helix Framework - Question | JoomShaper

Hide The Header In Helix Framework

M

microkid

Helix Framework 1 month ago

This is probably really easy for you guys. I have big problems configuring the menu on my website, so I just want to get rid of it all, and create a custom menu using the normal Page Builder instead, much easier for me.

How can I hide the menu/header from my site?

I have tried adding this code to the custom .css, but it didn't do anything...

sp-top-bar {

display: none; visibility: hidden; }

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #150630

HI,

#sp-top-bar { }

is not, and never was a header. This is Top Bar above the Header.

About header you have few options:

#sp-header {display: none; visibility: hidden;}

and use it on selected submenu item only.

OR

Creating a Template Style copy and disable Predefined header from it, then assign to menu items.

(seems logic, right?)

0
Vasiliy Gorodeckiy
Vasiliy Gorodeckiy
Accepted Answer
1 month ago #150618

I just made a new layout and attached it to different pages. Removed unnecessary blocks on it

0