Breadcrumbs color
After a lot of searching I was able to change some colors and the alignment for my breadcrumbs.
I'ts almost finished but how can I set the last colors?
my site
You see at the breadcrumbs, the word: 'zwanger' =(maternity) and has a light grey background color, and the words home and fotoshoot are blue.
I just want every word to be:
#5a5a5a and the background #ffffff
The word wich one is selected I want to be #f2f2f2
I'm not sure if this is ok, but this is my custom CSS:
#breadcrumb-list {
background-color: transparent;
}
#content {
background-color: transparent;
}
#breadcrumb-list span { border-color: #ffffff; }
#breadcrumb-list .wrapper {
text-align: center;
}
#breadcrumb-list span {
display: inline-block;
float: none;
}
Regards,
Nancy