Breadcrumb separator colour
Hi,
I managed to change the colour of my breadcrumb list the way I want it, using the code below. The only thing that I cannot seem to change is the colour of the separator. Do you have any code to help me with that?
An example on the following page: http://yaisanio.com/yoga-here-there/prices/
#breadcrumb-list .breadcrumb-current {
background-color: #FFF;
color: #ea7600;
}
#breadcrumb-list span { border-color: #FFF; }
#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
color: #795e99;
}
#breadcrumb-list a {
color: #795e99;
}