Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Modifing A side Box - Getting Rid of Header and spaces

    I am trying to clean up a few side boxes.
    Making the site a little cleaner..

    I was thinking... Why do I have to put a header that Says "Categories"?
    I think if someone is buying anything off the net, they will recognize it from sight.

    Anyway so I want to get ride of the Title and the extra spaces.
    What would I have to change?

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Modifing A side Box - Getting Rid of Header and spaces

    Well, just to hide it, without changing any core code, you can just add this to your css:

    Code:
    #categoriesHeading.leftBoxHeading {
           display: none;
    }
    And that "pesky" little heading will cease to exist (at least to the human eye).


    Now, that's JUST for the categories box. If you want to hide all of them, just let me know.

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Modifing A side Box - Getting Rid of Header and spaces

    Very Cool

    Thank you for that... With FF I was able to pick off a few of the others too.

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Modifing A side Box - Getting Rid of Header and spaces

    Quote Originally Posted by milobloom View Post
    Very Cool

    Thank you for that... With FF I was able to pick off a few of the others too.

    To hide ALL of them, you should just have to find this section of code in your css and put the "display: none;" in there like so:

    Code:
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
                   display: none;
    }
    That should hide EVERY sidebox heading you have.

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Modifing A side Box - Getting Rid of Header and spaces

    Thanks for that... I don't think I want to hide them all.
    For example...

    www.nothingbutcostumes.com

    Reward Points

    If I left that out then people would be like... Whats that??

    I using the FF Seo mod I can see which elements there was and turned each one off one by one...

 

 

Similar Threads

  1. v150 Replace side box header image and background of box and add footer
    By clint6998 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Nov 2012, 11:55 PM
  2. Modifing Header Looks diffrent in IE and Firefox
    By milobloom in forum General Questions
    Replies: 0
    Last Post: 19 May 2010, 06:55 PM
  3. How can I get rid of the spaces between the banners in the side box?
    By cgardner in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Oct 2007, 03:05 AM
  4. Getting rid of side boxes when shopping
    By shackle in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jan 2007, 09:52 AM
  5. Need help getting rid of spaces b/w DIV Tags in both IE and Firefox
    By enigma777 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Oct 2006, 02:30 AM

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