Home › Forums › Support › Replace login logo › Reply To: Replace login logo
December 7, 2015 at 9:14 am
#158551
Lead Developer
Lead Developer
I use this function on this site:
function generate_login_logo() { ?>
<style type="text/css">
.login h1 a {
background-image: url('URL TO YOUR LOGIN LOGO');
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'generate_login_logo' );
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
To change the link etc. you may need to find a plugin.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development