Notifications
Clear all
Oct 24, 2022 3:42 am
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
Nov 09, 2022 1:44 am
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;
}