Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1379861
    cjkeeme
    Participant

    Example here: http://www.myswiftconnect.com/wp-login.php

    Currently the Register, Lost your Password and Back to is hard to read.

    Thanks!

    #1379931
    Thai
    Moderator

    Hi There,

    Please add the following code under functions.php file locates in your child theme:

    add_action( 'login_head', 'x_login_head' );
    function x_login_head(){
    	?>
    	<style type="text/css">
    	.login #backtoblog a, 
    	.login #nav a {
    	    color: #fff !important;
    	}
    	</style>
    	<?php
    }

    Hope it helps 🙂

    #1379957
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Kindly install this plugin for additional customization to the Login Screen of your WordPress site :

    https://wordpress.org/plugins/admin-custom-login/

    Hope this helps, let us know if you need any further information on this.

    Thanks for understanding!

  • <script> jQuery(function($){ $("#no-reply-1379861 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>