WordPress Logo Change
jpaul@jpaul
18 Posts
#1 · October 26, 2017, 12:06 am
Quote from jpaul on October 26, 2017, 12:06 amHello everyone!
I need to know how I can change the WordPress logo that is seen on the registration area to a custom logo? Please see attached image.
Hello everyone!
I need to know how I can change the WordPress logo that is seen on the registration area to a custom logo? Please see attached image.
Uploaded files:Click for thumbs down.0Click for thumbs up.0
Yworld@yworld
397 Posts
#2 · October 26, 2017, 12:10 am
Quote from Yworld on October 26, 2017, 12:10 amHi jpaul,
Simply add the following code to your themesĀ functions.phpfile:
function my_login_logo(){ echo '<style type="text/css">#login h1 a { background: url('. get_bloginfo('template_directory') .'/images/logovh.png) no-repeat 0 0 !important; }</style>'; } add_action('login_head', 'my_login_logo');change picture
Hi jpaul,
Simply add the following code to your themesĀ functions.phpfile:
function my_login_logo(){ echo '<style type="text/css">#login h1 a { background: url('. get_bloginfo('template_directory') .'/images/logovh.png) no-repeat 0 0 !important; }</style>'; } add_action('login_head', 'my_login_logo');
change picture
Click for thumbs down.0Click for thumbs up.0
eraoflight777@eraoflight777
8 Posts
#4 · October 26, 2017, 8:03 pm
Quote from eraoflight777 on October 26, 2017, 8:03 pmHi,
I have Asgaros installed on my wordpress.com site as a plugin. Is it possible to change logo via CSS?
Hi,
I have Asgaros installed on my wordpress.com site as a plugin. Is it possible to change logo via CSS?
Click for thumbs down.0Click for thumbs up.0