• Resolved ronthai

    (@ronthai)


    In the css that comes with the plugin change these 3 “values” to this, so all text becomes white.

    body.login div#login p#nav {
    	text-shadow: none ! important;
    	color: #FFF ! important;
    }
    
    body.login div#login p#nav a {
    	text-shadow: none ! important;
    	color: #FFF ! important;
    }
    
    body.login div#login p#backtoblog a {
    	text-shadow: none !important;
    	color: #FFF ! important;
    }

    http://wordpress.org/plugins/wp-custom-login-register-page/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Niaj Morshed

    (@niaj)

    thanks for your advice.
    based on your advice I changed a little in css file.

    just now I want to leave this with this color #2481AB.
    but if anyone want to customize this color then they can do this.

    Thread Starter ronthai

    (@ronthai)

    Yes, great idea to put it under curtesy at the bottom of the css.
    Even non-experienced people should be able to change that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links are blue-ish > hard to read’ is closed to new replies.