'; echo 'body.login #login h1 a {'; echo 'background: url("' . $login_logo . '") no-repeat scroll center top transparent;'; echo 'height: ' . $dimensions[1] . 'px;'; echo 'background-size: auto !important; width:auto;'; echo '}'; echo '.login #nav {text-align: center}.login #backtoblog { display:none }'; if( !get_theme_mod( 'img-upload-login-logo' ) ) { echo '@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {'; echo 'body.login #login h1 a {'; echo 'background-image: url("' . $login_logo_retina . '");'; echo 'background-size: 163px 75px!important;'; echo '}'; echo '}'; } //END if ( $framwork_logo = true ) echo ''; } } add_filter('login_head', 'themeora_custom_login'); } /* Load custom editor style ---------------------------------------------------------------------------------------------------- */ add_action( 'admin_enqueue_scripts', 'themeora_add_editor_styles' ); function themeora_add_editor_styles() { add_editor_style( 'custom-editor-style.css' ); }