[Resolved] client login changes

    • October 24, 2022 at 10:42 am #12522
      A
      a.taylor
      Participant

      I have been looking through the CSS code and can’t find where to change the colors on the client login page of where they input their credentials (username and password). I am just wanting to make it lighter… Can someone point me in the right direction to where to look? Thank you

    • November 9, 2022 at 8:44 am #13059
      stevland
      Keymaster

      Hi @a.taylor,

      The fields are already white, so I assume you must mean the gray box surrounding the fields, yes?

      If so, the code you’ll change is:

      .client-choice {
      background: #E8EBEF;
      }

You must be logged in to reply to this topic.