- To add CSS coding to one specific page you will need to add an "HTML Code Box" element. To
- do so click: Add Element>>Building Elements>>HTML Code Box.
- I've written up a few lines of CSS that you are free to use on your Intro page. All you'll need to do is copy-and-paste the following code into the "Custom HTML or Text" area for your HTML Code Box:
<style type="text/css">
#container .header-text { display: none; }
#top_menu { display: none; }
#login-area { display: none; }
#nav-cell { display: none; }
#ads-cell { display: none; }
#page-footer { display: none; }
</style>
|
- You can delete any line of code that you don't need. Please read below to see what each line is used for:
- This line will hide your websites Title/Name and Slogan: #container .header-text { display: none; }
- This line will hide your Navigation, if it is placed in your top global area: #top_menu { display: none; }
- This line will hide your Welcome/Signup Bar: #login-area { display: none; }
- This line will hide your entire left side global area: #nav-cell { display: none; }
- This line will hide your entire right side global area: #ads-cell { display: none; }
- This line will hide your entire Footer area: #page-footer { display: none; }
Author: Scott
Published: Mar 30th
=======
For anyone who wants to hide the global area on certain pages.