Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Customizing Sidebox

    I need to remove the header "CATEGORIES" (circled in red) and also the hr (circled in red). I only want the product links to remain on every page.

    Can anyone help me out? Thanks in advance. :)


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

    Default Re: Customizing Sidebox

    in the copy of english.php in your includes/languages/apple_zen/folder

    Find:
    Code:
    // categories box text in sideboxes/categories.php
      define('BOX_HEADING_CATEGORIES', 'Categories');
    Edit what is in between the single quotes but do not delete them- for nothing it should be:
    Code:
    // categories box text in sideboxes/categories.php
      define('BOX_HEADING_CATEGORIES', '');

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

    Default Re: Customizing Sidebox

    And you can turn off the <hr> in admin > Configuration > Layout Settings > Categories Separator Between Links.

    If you want to remove the whole header you may need to add to your stylesheet

    #categoriesHeading {display: none;}

  4. #4
    Join Date
    Feb 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Customizing Sidebox

    Thanks to both of you so much!!!

 

 

Similar Threads

  1. Customizing Category Sidebox
    By twiddletails in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 2 Nov 2008, 08:21 AM
  2. Customizing The SideBox
    By dragon03kf in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 24 Oct 2008, 08:32 AM
  3. customizing style of manufacturer sidebox
    By k4satin in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Aug 2008, 11:18 PM
  4. customizing manufacturer info sidebox
    By etoile03 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Oct 2006, 01:20 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