Totally Zenned
- Join Date:
- Apr 2007
- Location:
- Dayton, Ohio
- Posts:
- 682
- Plugin Contributions:
- 0
Missing Category Divider Line
I would like a category divider line in between my main categories (in my left hand category box). I do have the Category Dressing module installed. I even read this post: http://www.zen-cart.com/showthread.php?68955-category-divider-line Even after reading different posts and instructions for Category Dressing I cannot get the category lines to display in between the master categories.
I just don't know why they will not show. In my stylesheet.css I already have this rule:
HR {height: 1px;margin-top: 0.5em;border: none;border-bottom: 1px solid #9a9a9a;}
You can see a live example here: http://www.lasilhouettelingerie.com/store/shop-by-color-c-189/
Last in my includes/templates/MYTEMPLATE/sideboxes/tplcategories.php I have this code starting at line #87
// display a separator between categories and links
if (SHOW_CATEGORIES_SEPARATOR_LINK == '1') {
$content .= '<hr id="catBoxDivider" />' . "\n";
}
$content .= '<ul class="catLinks">' . "\n";
It seems like I have everything in place but it will not display.