Please remove !important from css
-
Can you please remove the !important from line 110 in base-class.php from future updates or a way for us to “op out” of plugin set css as it has caused a problem with css already in place but the plugin works wonderful and if an update is processed in the future it would require an extra edit on our end.
Thanks.
/** Increase the width of login/registration form */
public static function default_wp_login_reg_css() {
echo ‘<style type=”text/css”>
#login {
width: 350px !important;
}
</style>’ . “\r\n”;
}
The topic ‘Please remove !important from css’ is closed to new replies.