gives the error posted in the below topis, cannot modify headers url and so on. correct or am I missing soemthing ?
https://www.ads-software.com/plugins/wp-custom-login-register-page/
]]>Hi,
I don’t know which plugin is the cause, but as soon as I activate the plugin “Blue Admin”, which I really like and need for the option to add menu’s in the admin top bar, this plugin (WP Custom Login) gets messy.
Background is gone and login, register, lost pwd “transparent” area is at the top.
I think it is a css problem, but have not been able to solve it.
https://www.ads-software.com/plugins/wp-custom-login-register-page/
]]>In the css that comes with the plugin change these 3 “values” to this, so all text becomes white.
body.login div#login p#nav {
text-shadow: none ! important;
color: #FFF ! important;
}
body.login div#login p#nav a {
text-shadow: none ! important;
color: #FFF ! important;
}
body.login div#login p#backtoblog a {
text-shadow: none !important;
color: #FFF ! important;
}
https://www.ads-software.com/plugins/wp-custom-login-register-page/
]]>