Hi,

I'm trying to change the color of the divider bar between my category list on the front page and the "All Products" link, and can't get the color to change.

I inserted the below code into stylesheet.css:

Code:
catBoxDivider {color: #941100}
I also tried:
Code:
#catBoxDivider {color: #941100}
And:

Code:
hr #catBoxDivider {color: #941100}
and:
Code:
catBoxDivider {color: #941100;}
and:
Code:
#catBoxDivider {color: #941100;}
and:

Code:
hr #catBoxDivider {color: #941100;}
Nothing has worked so far. Anyone have any suggestions or idea what I'm doing wrong?

Thanks