Problem in Breadcrumb nevigation

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
pralay

Problem in Breadcrumb nevigation

Post by pralay »

Hi,
I have added the breadcrumb nevigation....but by default it is taking an underline below the link ...i want to edit the css of the breadcrumb link so that text color become different and there is no underline.
How should I do that?

I have added css like
.a:link{
.....
}
.a:hover{
.....
}
in one of attached css file.
But with no effect.
Please help me.
It's urgent. ???
Last edited by pralay on Fri Oct 20, 2006 9:53 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Problem in Breadcrumb nevigation

Post by Dr.CSS »

You would need to call the breadcrumb first...

.breadcrumbs a {your styling}
.breadcrumbs a:hover {your style}
Locked

Return to “CMSMS Core”