Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ryan Manson Posted October 28, 2017 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?
Meddysong Posted October 29, 2017 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.
Ryan Manson Posted October 30, 2017 Author 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.
Meddysong Posted October 31, 2017 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.