Login Custom CSS
-
hi, I’ve noticed that under settings/white label/login, custom css box is not working.
e.g. I want to change background color of the login fields.
before
.login form .input, .login form input[type=checkbox], .login input[type=text] {
background: #fbfbfb;
}after
.login form .input, .login form input[type=checkbox], .login input[type=text] {
background: #1f1f1f;
}After saving changes and inspecting the style my entry has been crossed, old entry has been applied (from different css file). Importancy is not solving the issue.
Any suggestions regarding this matter?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.