Change colour icon nav bar

I want to change colour icon nav bar
image
From #c02127 to other colour, I use Change rollover colours of nav bar icons nothing changes.

Thank you

Hello,

Please go to Appearance / Customize / Custom CSS and JS / Custom CSS box and add:

.top-user-panel .material-icons, .top-right-panel .material-icons, .top-right-panel .material-icons {

color: #your-color-hex-code

}


Ty

thank you very much, good work