Tagged: x
-
AuthorPosts
-
August 19, 2016 at 1:40 pm #1138595
mycustomsoftwareParticipantI followed the functions.php code from this post https://community.theme.co/forums/topic/white-label-extension-login-logo-too-small/ but it is not working.
August 19, 2016 at 3:02 pm #1138678
JoaoModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks
Joao
August 22, 2016 at 4:14 pm #1142133
mycustomsoftwareParticipantThis reply has been marked as private.August 23, 2016 at 1:13 am #1142646
RupokMemberHi there,
Thanks for writing back. You can update the code a bit for the instruction here (https://community.theme.co/forums/topic/white-label-extension-login-logo-too-small/#post-246031) :
function my_login_logo() { ?> <style type="text/css"> .login h1 a { background-size: 100% auto; height: 100px; width: 250px; } </style> <?php } add_action( 'login_enqueue_scripts', 'my_login_logo' );Hope this helps.
August 23, 2016 at 12:50 pm #1143490
mycustomsoftwareParticipantI added that code, it didnt do anything
August 23, 2016 at 5:01 pm #1143802
JadeModeratorHi there,
Please update the code previously suggested to:
function my_login_logo() { ?> <style type="text/css"> body.login div#login h1 a { width: 100% !important; background-size: cover !important; margin-bottom: 0 !important; min-height: 110px !important; } </style> <?php } add_action( 'login_enqueue_scripts', 'my_login_logo' );If this does not help, please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
August 24, 2016 at 2:00 pm #1145205
mycustomsoftwareParticipantThat updated code worked. Thank you!
August 24, 2016 at 3:56 pm #1145396
JoaoModeratorGlad to hear it 🙂
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1138595 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
