mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-05 09:19:53 +08:00
merge + new version
This commit is contained in:
parent
f1ad7a3e6e
commit
d08b09b870
2 changed files with 2 additions and 2 deletions
|
@ -461,7 +461,7 @@ class MainWP_Child_Branding {
|
|||
if ( isset( $extra_setting['login_image']['url'] ) && ! empty( $extra_setting['login_image']['url'] ) ) {
|
||||
$login_logo = $extra_setting['login_image']['url'];
|
||||
echo '<style type="text/css">
|
||||
h1 a { background-image: url(\'' . esc_url( $login_logo ) . '\') !important; height:70px !important; width:310px !important; background-size: auto auto !important; }
|
||||
#login h1 a { background-image: url(\'' . esc_url( $login_logo ) . '\') !important; height:70px !important; width:310px !important; background-size: auto auto !important; }
|
||||
</style>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue