Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 21, 20195 yr I reached out to customer support and they told me they couldn't answer my question because this is a matter of customization to the software's theme. I replaced my logo with a white background. Now the text on the right side where you sign in and get to your profile is white, and you can't see it. How can I change that text color so someone can see it to sign in? Thank you for any help you can offer.
September 21, 20195 yr AdminCP > Customization > Theme > Edit button (HTML & CSS) > CSS tab > custom.css Add following code in your theme's custom.css file: #elUserNav > li > a, #elFooterSocialLinks > li > a { color: #000000; }
Archived
This topic is now archived and is closed to further replies.