Jump to content

Change log in text color in header


KaeptnCaipi

Recommended Posts

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

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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