How can I change the background color of ‘#wp-auth-check’ in wordpress login modal window?
I’m able to fully customize the login page. But in modal, its background color is not changing.
Appreciate any help. Thanks.
How can I change the background color of ‘#wp-auth-check’ in wordpress login modal window?
I’m able to fully customize the login page. But in modal, its background color is not changing.
Appreciate any help. Thanks.
Comments are closed.
Create this file:
/wp-content/themes/[YOUR_THEME_NAME]/assets/css/admin-additions.css
and add these lines:
And add this to your
functions.php
Hard to know what you need to do without seeing/knowing the situation the code is in. However, at first glance, you could use Chrome developer tools to figure out the exact, unique selector but it’s not the best practice to use such overqualified selectors.
I’ve done it in a pinch:
Depending on where in your document the element is, this could result in a very long, extremely specific selector