Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 11, 20204 yr So far so good with the 4.52 update except one color issue which I can't seem to find. At the top of the page - the notification area, where can I change the color of the text and icons here. They're so dark against my red themed background. Any idea where this color can be changed?
September 11, 20204 yr This is what I used...just drop the code below into your Custom CSS file... /* Change color of header icons. */ #elUserNav > li > a { color: #FFFFFF; font-weight: bolder; font-size: 15px; }
September 12, 20204 yr 16 hours ago, RocketStang said: This is what I used...just drop the code below into your Custom CSS file... /* Change color of header icons. */ #elUserNav > li > a { color: #FFFFFF; font-weight: bolder; font-size: 15px; } Works great for me. 👍