wp logo

Solutions on MaxInterview for wp logo by the best coders in the world

showing results for - "wp logo"
Walid
29 Aug 2017
1/*LOGIN CODE*/
2function add_login_logo() { ?>
3       <style type="text/css">
4      #login-designer-logo, body.login #login h1 a {
5    background-image: url(<?php echo get_home_url()?>/wp-content/uploads/2021/07/Logo-Water-Tree.png) !important;
6}
7   </style>
8<?php }
9add_action( 'login_enqueue_scripts', 'add_login_logo' );