Jump to content

Help: How to change colour of nav bar text using 'custom.css'?


tekguru

Recommended Posts

Guys I've got my navbar as:

navbar.jpg.4d3cc87518fc1aa3b709af6cc94b8

I want to change the text colour from white (#fff) to '#005E8F'. I had thought that:

.ipsMenu_title{
 background: #005E8F;
}

would do the trick when added to custom.css but it seems not. Can anyone advise what I'm missing please?

Link to comment
Share on other sites

16 minutes ago, tekguru said:

Guys I've got my navbar as:

navbar.jpg.4d3cc87518fc1aa3b709af6cc94b8

I want to change the text colour from white (#fff) to '#005E8F'. I had thought that:


.ipsMenu_title{
 background: #005E8F;
}

would do the trick when added to custom.css but it seems not. Can anyone advise what I'm missing please?

no idea where ipsMenu_title comes from or why changing background .... but you need to use:

.ipsApp.ipsApp_front #elUserNav > li > a {
  color: #005E8F;
}

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...