where to paste the my_custom_logo()
-
function my_custom_login_logo() {
echo ‘
h1 a { background-image:url(‘.get_bloginfo(‘template_directory’).’/images/custom-login-logo.gif) !important; }
‘;
}add_action(‘login_head’, ‘my_custom_login_logo’);
i dont find function.php at my source code my theme is gradiant….so where to place it now….
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘where to paste the my_custom_logo()’ is closed to new replies.