Hi Glenn,
I added your recommendation to stylesheet_categories_dressing.css file but I see absolutely no change on my Separate Category side box on the right. This is how the stylesheet looks now (see my comments in area I applied the change):
#categories ul, .separatesideboxlist ul {/*top category lists - modified for Separate Cat. */
list-style: none;
background: none;
border: 1px solid #ffaa99;
margin: 0 0 0.4em 0;
padding: 0;
}
#categories ul a, .separatesideboxlist ul a {/*top categories - modified for Separate Cat. */
display: list-item;
list-style: disc inside url(../images/bullet1.gif);/change to list-style: none; to remove bullet/
background: no-repeat;
border: none;
margin: 0;
padding: 0;
}
#categories ul ul, .separatesideboxlist ul ul {/*subcategory lists - modified for Separate Cat. */
list-style: none;
background: #ffeecc;
border: none;
margin: 0 0 0.4em 0;
padding: 0 0 0 1.3em;
}
#categories ul ul a, .separatesideboxlist ul ul a {/*subcategories - modified for Separate Cat. */
display: list-item;
list-style: circle inside url(../images/bullet1.gif);/change to list-style: none; to remove bullet/
background: #ffddbb;
border: none;
margin: 0;
padding: 0;
}
/change bullet when a category w/o bg image is open to subs:/
#categories li a.cat-parent-text, #separatesideboxlist li a.cat-parent-tex {
list-style: square inside url(../images/bullet2.gif);/change to list-style: none; to remove bullet/
}
/change bullet when a category w/o bg image is open to products:/
#categories li a.cat-selected-text, #separatesideboxlist li a.cat-parent-tex {
list-style: square inside url(../images/bullet3.gif);/change to list-style: none; to remove bullet/
}
/disable bullet for cats w/ image or bg image/
#categories li a.cat-parent, #categories li a.cat-selected, #categories li a.cat-not-selected {
list-style: none;
display: block;/fix IE6 margin-left bug/
}
Thanks in advance for your help.