Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 28, 20177 yr 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?
October 29, 20177 yr Add #elUserNav .fa-bell , #elUserNav .fa-envelope, #elUserNav .fa-warning { color: your-color-here; } your theme's custom.css and you should be fine.
October 30, 20177 yr Author @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.
October 31, 20177 yr 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.
Archived
This topic is now archived and is closed to further replies.