Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: How to remove banner_box header??

    I did that dispalay: none in the CSS exactly as you have it. Do you know why it's not working on mine?
    http://www.aircorpsdepot.com/store2/

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: How to remove banner_box header??

    Quote Originally Posted by SHokuf View Post
    I did that dispalay: none in the CSS exactly as you have it. Do you know why it's not working on mine?
    http://www.aircorpsdepot.com/store2/
    The top images are not displaying as you've set, do you mean you want also the white text not to appear? You can define this in includes/languages/english.php and save to your overide folder, or edit the one in your overide folder if you have one already, just change:

    Code:
     // banner box 2
      define('BOX_HEADING_BANNER_BOX2','Have you seen ...');
      define('TEXT_BANNER_BOX2','Check this out today!');
    
    // banner_box - all
      define('BOX_HEADING_BANNER_BOX_ALL','Sponsors');
      define('TEXT_BANNER_BOX_ALL','Please Visit Our Sponsors ...');
    to:

    Code:
    // banner box 2
      define('BOX_HEADING_BANNER_BOX2','');
      define('TEXT_BANNER_BOX2','Check this out today!');
    
    // banner_box - all
      define('BOX_HEADING_BANNER_BOX_ALL','');
      define('TEXT_BANNER_BOX_ALL','Please Visit Our Sponsors ...');
    Hope that helps :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  3. #3
    Join Date
    Feb 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: How to remove banner_box header??

    Thanks.
    But won't there still be space there where the header is supposed to be?

  4. #4
    Join Date
    Feb 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: How to remove banner_box header??

    Sorry, should have tried before I asked the question. Didn't think it was that easy.
    OK. Thanks!

  5. #5
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: How to remove banner_box header??

    You're welcome
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. v154 How to remove information in header?
    By wmorris in forum General Questions
    Replies: 1
    Last Post: 24 Jul 2015, 04:58 PM
  2. Banner_box and Banner_box2 displays same content... how to change?
    By hyperspeed in forum Basic Configuration
    Replies: 13
    Last Post: 13 Aug 2011, 03:57 PM
  3. How to remove things in Header?
    By richardsnowstar in forum Customization from the Admin
    Replies: 10
    Last Post: 28 Oct 2010, 02:58 PM
  4. How to remove top header
    By Jorge05r in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 May 2008, 12:53 AM
  5. how to remove GB flag on header ?
    By katiekin in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 7 Apr 2008, 08:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg