This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Hi,
I would like to remove the logo and menu from 1 specific page.
Potentially the same for the footer.
What CSS shall I use?
Many thanks.
Hello,
You can select “Blank page” template http://prntscr.com/nik1mv or add this code in Custom CSS for page http://prntscr.com/nik1tg area:
.header-wrapper, .footer, .copyright {
display: none;
}
Regards
Hi,
Using a blank template would be a better option, however, when I do so and add content to it, I cannot scroll it up/down.
Hello,
You are right, this is perfect for creating pages like “Maintenance Mode” or “Coming Soon”. If you want to have scroll there, use the custom css code and Default page template.
Regards
You must be logged in to reply to this topic.Log in/Sign up