Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Aug 2010
    Posts
    52
    Plugin Contributions
    0

    Default Remove Categories Sidebox Title Bar

    Hi - I want to have my categories sidebox go all the way up to the bottom of the EZ pages bar on my home page. Basically I want to remove the "Categories" title in the categories sidebox, along with the background image that makes the bar.


    this is what it looks like now.

    I want it to look like this, sort of. You can see that all space at the top and between bottom of the categories and the next sidebox is removed as well:


    anyone know how I can do that?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Remove Categories Sidebox Title Bar

    Post a link to your site
    Like this
    zen-cart dot com
    Zen-Venom Get Bitten

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

    Default Re: Remove Categories Sidebox Title Bar

    For a template constructed according to standards, you can hide this by adding to your stylesheet

    #categoriesHeading {display: none;}
    and possibly
    #categories {margin-top: 0;}

    If that does not work, we have to see it live to give correct advice.

  4. #4
    Join Date
    Aug 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    Sorry I forgot the link - here you go.

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

    Default Re: Remove Categories Sidebox Title Bar

    Yes, those rules will work.

  6. #6
    Join Date
    Aug 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    thanks for all your help - this worked like a charm .

  7. #7
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    Hello,

    Would like to achieve the same to my own added sidebox (using Blank Sidebox 2.0)

    Any advise on how to remove the title bar completely?

    --

    Also i'm trying to remove top and bottom margins from my sideboxes

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

    Default Re: Remove Categories Sidebox Title Bar

    What is the id of your new sidebox? Modify the "categories..." rules to match your sidebox filename and it should work the same.
    For all sideboxes, try rules like

    .leftBoxContainer, .rightBoxContainer {margin-top: 0; margin-bottom: 0;}

  9. #9
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    hello,

    That removed the margins between each sidebox,

    i'm trying to remove the margins within each sidebox before and after the content,

    please have a look at chequesplus dot com

    see stay connected sidebox on left

    Thanks

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

    Default Re: Remove Categories Sidebox Title Bar

    That is not margin but padding making the spaces.

    stylesheet.css, line 1438:
    Code:
    .sideBoxContent {
        border-left: 1px solid #C8E7F5;
        border-right: 1px solid #C8E7F5;
        padding: 12px;
    }
    Change to

    padding: 0 12px;

    or whatever you want.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 25 Jul 2012, 06:04 PM
  2. Remove primary section in title bar?
    By garrettxvx in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 1 Jul 2009, 05:04 AM
  3. Remove title from blank sidebox
    By marknew in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Nov 2007, 08:19 AM
  4. How to remove Title bar
    By lastpirate007 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Jul 2007, 02:50 PM
  5. How to remove horizontal categories bar
    By nicedreams in forum Basic Configuration
    Replies: 3
    Last Post: 12 Feb 2007, 09:22 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR