Jump to content

Change log in text color in header


KaeptnCaipi

Recommended Posts

Posted

Hi,

another question on how to customize the color of the text shown in the header in the upper right corner (where you can log in to your account or register).

We use a light background color and the default white text color is difficult to read. Could not figure out how to change the color. 

header.tiff

Regards

Chris

Posted

Using search first would have found this answered numerous times

For the text ... in custom.css add:

#elUserNav > li > a {
  color: #000;
}

for the Sign Up button ... in custom.css add:

.ipsApp .ipsButton_primary {
  background: #000;
}

Note: the last one will change ALL the .ipsButton_primary to the background you choose

Obviously in both cases use your own colors

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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