/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/
// Change site logo.
if( !function_exists( 'custom_login_logo' ) ){
    function custom_login_logo() {
        echo '<style>
            h1 a { background-image: url("/wp-content/uploads/2024/04/ilava-black-red-white433x107.png") !important; }
        </style>';
    }
    add_action( 'login_head', 'custom_login_logo' );
}

// Change logo URL.
if( ! function_exists( 'custom_login_logo_url' ) ){
    add_filter( 'login_headerurl', 'custom_login_logo_url' );
    function custom_login_logo_url() {
        return '/';
}

/* for Walkthrough */
