Can the global area be remove on few pages?

I have the global area set on the right side of the web pages, is it possible to remove with html code for a few pages?

Thanks.

Rate0

Replies

    1. To add CSS coding to one specific page you will need to add an "HTML Code Box" element. To
    2. do so click: Add Element>>Building Elements>>HTML Code Box. 
    3. 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.

    Reply
  • On the topic of hiding elements on a Spruz site, check this:

    The Structure of the Spruz Social Site

    Reply
Please Sign In to Add a Comment
or

This website is powered by Spruz