Jump to content

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


tekguru

Recommended Posts

Posted

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?

Posted
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;
}

 

Posted

Thanks Steve, that was what was used in a theme I'd bought and I was told that effected the change. Seems not, anyway your code has fixed it for me! Happy now

Archived

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

  • Recently Browsing   0 members

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