Publish SPB Page With Out Helix Ultimate Header And Footer - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Publish SPB Page With Out Helix Ultimate Header And Footer

OP

Odrareg Pepper

SP Page Builder 2 years ago

Hi Joomshaper, hope you all are fine.

Is it possible to hide Helix Ultimate header and footer for a single SPB page?

With RSForm for example i use this at the end of the url &tmpl=component and the form is displayed with out header and footer.

I just need it for a single SPB page because we will use it as a Landing page. Thanks in advance for your support

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

Hi Odrareg,

Very easy, there are at least two independent methods to achieve this:

  1. You can create a template duplicate/clone - where you will detele footer, header etc. and assign that template style to submenu where you have Landing page
  2. Or inside that Page you can use Custom CSS that will hide those areas:
#sp-header, #sp-menu, #sp-logo, #sp-footer, #sp-bottom 
{display: none !important; visibility: hidden;} 

Those are methods that webmasters use for ages, since first Joomla versions regardless of the component used. I hope I helped, if yes, mark topic as solved. And have a nice day.

0
OP
Odrareg Pepper
Accepted Answer
2 years ago #110499

Hi Paul The response is as quick as the solution is efficient! I have applied the second method with CSS and it has worked perfectly. Thank you very much for your support and hace a nice day too!

0