Thread: Sidebox heading

Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Sidebox heading

    Hi

    Is it possible to have a sidebox without a heading, and also without the heading background - so just the body or picture?

    Thank you for your help

    Kind regards
    S

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Sidebox heading

    Yes. Depending on which sidebox you're talking about, most have an id of, for example, #informationHeading for the Information sidebox. You can turn it off in the stylesheet:

    #informationHeading {display: none;}

    or remove the header code from that sidebox's template file.

  3. #3
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Re: Sidebox heading

    Quote Originally Posted by stevesh View Post
    Yes. Depending on which sidebox you're talking about, most have an id of, for example, #informationHeading for the Information sidebox. You can turn it off in the stylesheet:

    #informationHeading {display: none;}

    or remove the header code from that sidebox's template file.
    Thanks so much for the response.

    I am using blank sidebox.

    There are a number of files, so which file should I completely delete the header code?

    Or, for that matter, what is Blank Sideboxes default ID in stylesheet?

  4. #4
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Re: Sidebox heading

    Anyone?

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox heading

    You should be able to use

    #blanksideboxHeading {display: none;}

    as long as you have not renamed the sidebox.

    If you want to eliminate the heading from the output completely, you can redefine it to '' (two single quotes) in the define file:

    define('BOX_HEADING_BLANK_SIDEBOX', 'Blank Sidebox Header');

    define('BOX_HEADING_BLANK_SIDEBOX', '');

  6. #6
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default Re: Sidebox heading

    Quote Originally Posted by gjh42 View Post
    You should be able to use

    #blanksideboxHeading {display: none;}

    as long as you have not renamed the sidebox.

    If you want to eliminate the heading from the output completely, you can redefine it to '' (two single quotes) in the define file:

    define('BOX_HEADING_BLANK_SIDEBOX', 'Blank Sidebox Header');

    define('BOX_HEADING_BLANK_SIDEBOX', '');
    Worked perfectly, thanks.

 

 

Similar Threads

  1. Eliminate Sidebox Heading
    By CharInLasVegas in forum Basic Configuration
    Replies: 2
    Last Post: 1 Mar 2009, 12:18 AM
  2. Sidebox Heading
    By leest003 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Nov 2008, 11:58 AM
  3. Heading of Specials Sidebox
    By voltage in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Jun 2006, 07:06 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