Suppress Header on Custom Page
From HostBaby Wiki
By default, the header will appear on the custom page. If the custom page uses the "News" format, a "News" header is displayed. Here is how to suppress the header on the custom page:
- Log into the wizard
- Click Webpage
- Click the name of the custom page
- Add a new entry
- If the Toggle Editor is on, click Toggle Editor to turn it off
- Paste this code below into the Long Description field:
- <style>h1{display:none; visibility: hidden;}</style>
- Click the green Add button
- Preview your work and if it looks the way you want, publish.
Note 1: If it is a new page format entry, be sure to make it a blank entry with no date.
Note 2: If you wish to give the entry a title that does not publish on your website, you can give it an HTML comment title:
<-- enter your title here -->