Hide footer for specific page
Автор: Nassos K.
Просмотрено 1465,
Подписчики 1,
Размещенный 0
Hello,
Please inform me if there is a way to hide the footer of my site for a specific page.
Thank you Nassos
Размещено
On the settings for a page you can hide the header or footer or both.
Example :
And for the footer:
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;
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.
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?
Hi!
I fear the option John suggested isn't available for your version, but you can switch to the new one with the discount you can find here:
https://market.websitex5.com/en/users/760499/offers
Thanks! Kind regards.