Page 1 of 1
Hiding footer master page on selected pages
Posted: Thu Oct 16, 2025 3:04 pm
by VictorKrs
Hello, dear WWB users!
The need to display only the header master page on certain site pages and not the footer. Can you tell me how this can be done (including using css)?
I will be grateful for your help!
Re: Hiding footer master page on selected pages
Posted: Thu Oct 16, 2025 3:07 pm
by alan_sh
Have two master pages - one with a footer and one without. Choose the correct master page for each normal page.
Alan
Re: Hiding footer master page on selected pages
Posted: Thu Oct 16, 2025 3:16 pm
by VictorKrs
Thanks alan_sh for the quick and good advice!
The only thing is that when you change the top menu (adding new items, links to pages, and so on), you will have to change the menu on the two master pages.
Re: Hiding footer master page on selected pages
Posted: Thu Oct 16, 2025 5:00 pm
by Bluesman
VictorKrs wrote: Thu Oct 16, 2025 3:16 pm
Thanks alan_sh for the quick and good advice!
The only thing is that when you change the top menu (adding new items, links to pages, and so on), you will have to change the menu on the two master pages.
Hi Victor, Depending what menu you use some are possible to synchhronise. If you sync from the complete master page you only need to update that menu...
Re: Hiding footer master page on selected pages
Posted: Thu Oct 16, 2025 5:29 pm
by VictorKrs
Ok!
Thank you very much for the clarification!
Re: Hiding footer master page on selected pages
Posted: Thu Oct 16, 2025 7:54 pm
by pmacdonald
Victor,
You could also try adding a css style in the pages you don't want the footer to show, something like this:
<style>
#wb_MPfooter {display:none};
</style>
of course you need to substitute your footer ID name for mine here.
Regards
Re: Hiding footer master page on selected pages
Posted: Thu Oct 16, 2025 8:53 pm
by VictorKrs
Super!
Everything is working great! Thank you, alan_sh and Bluesman for your responsiveness and help!
Once again, I am convinced that WWB users are the best!
Yours sincerely, Victor