transparency on login form :ok. On registration form : ko
-
Hi,
I’m using wp’s default login form. I customized it (without plugin) so that it has transparency. It works very well on the login form but the registration form is totally opaque: transparency is not applied.function blhi_login_css() { echo '<style type="text/css"> .login label { color: #000; display: block; margin-bottom: 1em; font-weight: bold; } .login form { border-radius: 7px; border:#ffff; } #login #loginform { background-color: rgba(255,255,255,0.1); } .login form .input { font-weight: normal; } .login #backtoblog a, .login #nav a { padding: 3px 8px; border-radius:5px; } .wp-core-ui .button-primary { background: #cddc39; border: #cddc39; } .login #login #backtoblog { display: none; } </style>'; } add_action('login_head', 'blhi_login_css');
How to proceed to have this transparency?
Thank you.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘transparency on login form :ok. On registration form : ko’ is closed to new replies.