Keith Kramer Posted September 21, 2019 Share Posted September 21, 2019 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. Link to comment Share on other sites More sharing options...
Lucas James Posted September 21, 2019 Share Posted September 21, 2019 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; } Link to comment Share on other sites More sharing options...
Keith Kramer Posted September 23, 2019 Author Share Posted September 23, 2019 Oh wow Lucas. THANK YOU! Worked perfectly. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.