I am not sure if this can even be done, but can you change the color of the thin black line that borders the sideboxes, new and featured product boxes, I love to make that sucker white, and of course if you can how do you?
I am not sure if this can even be done, but can you change the color of the thin black line that borders the sideboxes, new and featured product boxes, I love to make that sucker white, and of course if you can how do you?
took me a day but I found it, thanks!
For anyone else wondering, this will do it:
.leftBoxContainer, .rightBoxContainer, .centerBoxWrapper {
border-color: #ff2233;
}
Adjust to taste.