Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Login Custom CSS

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles