Title: Login Custom CSS
Last modified: December 7, 2020

---

# Login Custom CSS

 *  Resolved [c3nt4ur](https://wordpress.org/support/users/c3nt4ur/)
 * (@c3nt4ur)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/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)

 *  [Morgan Hvidt](https://wordpress.org/support/users/morganhvidt/)
 * (@morganhvidt)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/login-custom-css/#post-13762724)
 * Hi [@c3nt4ur](https://wordpress.org/support/users/c3nt4ur/) ,
 * I’ve just tried your code and added !important which works for me. Below is my
   exact CSS.
 *     ```
       .login form .input, .login form input[type=checkbox], .login input[type=text] {
       background: #1f1f1f !important;
       }
       ```
   
 *  Thread Starter [c3nt4ur](https://wordpress.org/support/users/c3nt4ur/)
 * (@c3nt4ur)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/login-custom-css/#post-13766142)
 * Hi,
 * It seems everything is working just fine. I’m losing my mind over here.
 * Off topic: Could you let me know how to change the color of check mark? Not the
   background, but the check mark itself.
 * Anyway, everything is working just fine with plugin. Tnx.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Login Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/white-label/assets/icon-256x256.png?rev=2567408)
 * [White Label - WordPress Custom Admin, Custom Login Page, and Custom Dashboard](https://wordpress.org/plugins/white-label/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/white-label/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/white-label/)
 * [Active Topics](https://wordpress.org/support/plugin/white-label/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/white-label/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/white-label/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [c3nt4ur](https://wordpress.org/support/users/c3nt4ur/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/login-custom-css/#post-13766142)
 * Status: resolved