Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Aug 2010
    Posts
    53
    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
    Posts
    26,245
    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
    Get Your Business Found

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    21,093
    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
    53
    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
    21,093
    Plugin Contributions
    25

    Default Re: Remove Categories Sidebox Title Bar

    Yes, those rules will work.

  6. #6
    Join Date
    Aug 2010
    Posts
    53
    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
    87
    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
    21,093
    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
    87
    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
    21,093
    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. Remove text title from categories on the main page.
    By drgr33n in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Oct 2010, 10:48 AM
  2. Remove categories from page title
    By pjb923 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Sep 2008, 09:00 PM
  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. i want to remove the 'categories' title on the multi product listing page
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Nov 2007, 08:25 PM
  5. Remove 'Categories' From Left Sidebox
    By thehin in forum Basic Configuration
    Replies: 1
    Last Post: 4 Jun 2007, 05:20 AM

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
  •