How can you change the navbar-link colors?

How can you change the navbar-link colors?

by Anders Berggren -
Number of replies: 2

Hello!

I use a dark color for the 'gradient' image. Therefore I'd like to change the 'breadcrump' link colors so that they get lighter. Where do I set that? I tried among other things to create an 'a.navbar' class but it didn't work.

Most grateful for tips!
Anders B

 

Average of ratings: -
In reply to Anders Berggren

Re: How can you change the navbar-link colors?

by Mario Planas -

Hi Anders,

Have you found the solution? I am also interested in knowing it?

Thanks

Mario

In reply to Anders Berggren

Re: How can you change the navbar-link colors?

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Try this:
.breadcrumb.a {
  color:white; //or any color of your choice
}
Joseph