You don't have the change active now. Did you ever add what I suggested? To be clearer, find thisand change to thisCode:/*change bullet when a category w/o bg image is open to products:*/ #chcategories li a.cat-selected-text { list-style: square inside url(../images/bullet3.gif);/*change to list-style: none; to remove bullet*/ font-weight:bold; }Code:/*change bullet when a category w/o bg image is open to products:*/ #chcategories li a.cat-selected-text, #chcategories ul ul li a.cat-parent-text { list-style: square inside url(../images/bullet3.gif);/*change to list-style: none; to remove bullet*/ font-weight:bold; position: static; }


Reply With Quote
