Ryan Manson Posted October 28, 2017 Share Posted October 28, 2017 Need some help here, how do I change the color of the buttons at the top of my screen? I've litterally changed every color in the theme options... am I missing something here? Link to comment Share on other sites More sharing options...
Meddysong Posted October 29, 2017 Share Posted October 29, 2017 Add #elUserNav .fa-bell , #elUserNav .fa-envelope, #elUserNav .fa-warning { color: your-color-here; } your theme's custom.css and you should be fine. Link to comment Share on other sites More sharing options...
Ryan Manson Posted October 30, 2017 Author Share Posted October 30, 2017 @Meddysong Thank you for your reply, seriously. I've added that code to custom.css however that doesn't change the "+ create" or "Ryan" I wanted to make my header white with black text. Cheers. Link to comment Share on other sites More sharing options...
Meddysong Posted October 31, 2017 Share Posted October 31, 2017 Ah, ok. You mentioned "buttons", which I interpreted to mean the icons. If you want to change everything, then #elUserNav > li > a { color: your-color-here; } should do the trick. You probably could delete the previous change if you use this. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.