Results 1 to 8 of 8
  1. #1
    Join Date
    May 2008
    Posts
    13
    Plugin Contributions
    0

    Default How to remove banner_box header??

    I have searched and tried for hours but still cant find a solution for my little problem.

    I made a copy of banner_box.php and enabled via box layout boxes controlled.
    The reason is to have a banner box without borders and header.

    I managed to disable borders via stylsheet_new.css but cant get rid of the header.
    Any tips?

    Attached a screen shot.
    Attached Images Attached Images  

  2. #2
    Join Date
    Jun 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: How to remove banner_box header??

    Hi,

    You need to go into the style sheet and find #bannerboxHeading - my was on line 776 (just to give a general idea where it might be)

    Once you find it just add this to the style: display: none;

    So in your style sheet it will look like this:

    #bannerboxHeading {
    display: none;
    }

    Hope that helps.

  3. #3
    Join Date
    May 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: How to remove banner_box header??

    thanks, but that will disable all the headers and i dont want that.
    i want to disable the header for the new created box.

  4. #4
    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/

  5. #5
    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

  6. #6
    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?

  7. #7
    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!

  8. #8
    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