Menu titles font colour

Hi Movin,

I’ve managed to change the background colour for my menu bar on the computer website, but I’d also like to change the font colour of the headings along my menu bar, as well as the hover link colour. How could I do that?

Thank you :slight_smile:

Sam

Resolved with extra code:

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
padding: 20px 0;
margin-right: 25px;
line-height: 2.6;
letter-spacing: 1px;
}

Thanks :slight_smile:

Hi Sam,

Awesome great to see you got that resolved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin