Tagged: x
-
AuthorPosts
-
February 20, 2017 at 10:23 am #1378360
Nabeel AModeratorHi again,
Thank you for providing the credentials. I went ahead and add the previous code I gave you in your child theme’s functions.php:
function my_login_logo() { ?> <style type="text/css"> body.login div#login h1 a { width:100% !important; height:100px !important; background-size:contain !important; } </style> <?php } add_action( 'login_enqueue_scripts', 'my_login_logo', 9999 );And it’s working fine now. Please clear your browser’s cache and check your login page again.
Cheers!
February 20, 2017 at 10:54 am #1378405
[email protected]ParticipantWorking but there is a link to https://wpfr.net on the image and I do not want this.
February 20, 2017 at 4:16 pm #1378837
Nabeel AModeratorHi again,
You can replace the previous code with this:
function my_login_logo() { ?> <style type="text/css"> body.login div#login h1 a { width:100% !important; height:100px !important; background-size:contain !important; pointer-events: none; } </style> <?php } add_action( 'login_enqueue_scripts', 'my_login_logo', 9999 );Let us know how this goes!
February 21, 2017 at 8:37 am #1379829
[email protected]ParticipantThank you Nabeel A. Problem solved. Great service!
February 21, 2017 at 9:14 am #1379919
RahulModeratorGlad to hear it and thanks for your kind words!
Feel free to ask us again.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1355810 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
