WebSite X5Help Center

 
Nassos K.
Nassos K.
User

Hide footer for specific page  en

Autore: Nassos K.
Visite 1123, Followers 1, Condiviso 0  

Hello,

Please inform me if there is a way to hide the footer of my site for a specific page.

Thank you Nassos

Postato il
7 RISPOSTE
John S.
John S.
User

On the settings for a page you can hide the header or footer or both.

Leggi di più
Postato il da John S.
John S.
John S.
User

Example :

Leggi di più
Postato il da John S.
John S.
John S.
User

And for the footer:

Leggi di più
Postato il da John S.
John S.
John S.
User

This setting is for a page. You can still have the template. You need to have a rather new version for this function.

If you don't have a new version you can make the same by using code.

You find the ID of the header and style the page by using display: none;

Leggi di più
Postato il da John S.
John S.
John S.
User

For those who have older versions, you can place a html-object on the page and then use code like this:

<style>
imFooter {
display: none;

}

</style>

You could also use the expert-tab on page settings to place the code.

Leggi di più
Postato il da John S.
John S.
John S.
User

Was any of my comments useful for you? - or

Could you not have it to function? - or

Did I totally misunderstood what you asked for?

Leggi di più
Postato il da John S.