Jump to content

Can t seem to find how to change color of icons on top bar


Christophe

Recommended Posts

I duplicated the skin and started replacing everything I saw FFFFFF with diffrent colors to mess around in the editor

I can t seem to find how to change the colors of the Notification icon links

#elUserNav > li > a {
    font-size: 13px;
    color: #000000;
}

For example

A great way would be to have access to a custom.css that would be loaded last so that you would be able to add quick css

Anyway, does anybody know where you can set the links colors in the top bar (create, notification, messages, profile link etc...) only asking because I am going to have a white top background and I can t find how to change those colors.

Thanks in advance

Link to comment
Share on other sites

I duplicated the skin and started replacing everything I saw FFFFFF with diffrent colors to mess around in the editor

I can t seem to find how to change the colors of the Notification icon links

Your code is correct, but there is another declaration overriding it. 

You need to get them all or use !important. 

A great way would be to have access to a custom.css that would be loaded last so that you would be able to add quick css

​That’s how it works. :-)

But just because it’s loaded last, doesn’t mean declarations there will always take the lead. That’s not how CSS works. 

Link to comment
Share on other sites

  • 1 year later...
  • 11 months later...

Archived

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

  • Recently Browsing   0 members

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