| Current Path : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/model/base/ |
| Current File : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/model/base/login-style.php |
<?php
function my_login_logo() { ?>
<style type="text/css">
#login h1 a, .login h1 a {
background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/public/assets/images/logotipos.svg);
height:120px;
width:320px;
background-size: 320px 120px;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo' );