Plugin changing login by default
-
After installing Admin Tweaks, I started to notice a difference on the login pages of my production and development sites. It turns out that, even when the Login and Logout settings within Admin Tweaks are all blank/off, it is modifying the layout of the login page. Specifically, the following code is parsed after functions.php:
#login h1 a { margin:0px;width:auto; ; background-size:inherit} #login{} #loginform {; margin-left:0} body,body.login{height:100%;}
Is this as intended, and if so, how can I prevent Admin Tweaks from modifying the login page? I’m thoroughly enjoying the “all-in-one-place” convenience of having most of my favorite functions.php tweaks in… well… one place, but I expect a plugin to only make changes when I tell it to.
Many thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin changing login by default’ is closed to new replies.