Jump to content

Simple question about header


Keith Kramer

Recommended Posts

Posted

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.

 

2019-09-21_8-37-07.thumb.png.b1026bf695c194ef0d2466fe3e4dc27a.png

Posted

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...