Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
tekguru Posted October 4, 2015 Posted October 4, 2015 Guys I've got my navbar as: 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?
steve00 Posted October 4, 2015 Posted October 4, 2015 16 minutes ago, tekguru said: Guys I've got my navbar as: 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; }
tekguru Posted October 4, 2015 Author Posted October 4, 2015 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.