Jump to content

Changing color of "Existing user? Sign In" in the header?

Featured Replies

Posted

Hi all,

how can I change the color of the text "Existing user? Sign In" in the main header on the right?

thank you in advance!

best greetings

  • Author

anyone has a hint?

Hello,

Add this CSS to your custom CSS file:

#elUserNav.cSignedOut > #elSignInLink > a {
  color: black;
}

Change 'black' to your own color choosing.

  • Author

great thank you! I will try it!

Archived

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

Recently Browsing 0

  • No registered users viewing this page.