Hi there,
I know there is available information on how to change the color of the breadcrumb text.
but i am facing an unusaul problem with it.
suppose I have the following breadcrumb
dashboard>Project name> Home
out of which dashboard and project name are links but home is not a link.
how to change the color of the Home.
Also how to change the color of ">>" symbols in the breadcrumb.
Thanks,
Nikunj
.png)








Comments (1)
Jun 25, 2008
Thomas Krug says:
Hi, I solved it using custom CSS .breadcrumbs ol li a { color: #fff; } ...Hi,
I solved it using custom CSS
.breadcrumbs ol li a { color: #fff; }Cheers
Thomas