I want to change colour icon nav bar
From #c02127 to other colour, I use Change rollover colours of nav bar icons nothing changes.
Thank you
I want to change colour icon nav bar
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
}
thank you very much, good work