Title: Typhus's Replies | WordPress.org

---

# Typhus

  [  ](https://wordpress.org/support/users/typhus/)

 *   [Profile](https://wordpress.org/support/users/typhus/)
 *   [Topics Started](https://wordpress.org/support/users/typhus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/typhus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/typhus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/typhus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/typhus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/typhus/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change colour of text in footer on login/register page](https://wordpress.org/support/topic/change-colour-of-text-in-footer-on-loginregister-page/)
 *  Thread Starter [Typhus](https://wordpress.org/support/users/typhus/)
 * (@typhus)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/change-colour-of-text-in-footer-on-loginregister-page/#post-1982811)
 * I just tried that and it didnt work. This is what my css looks like at the moment:
 *     ```
       html {background:#17272d;}	/* Page background. Can't use the body tag for this! */
       h1 a {	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
       background:url(./images/cpalelitelogo.png) 0 0 no-repeat;
       width:332px;
       height:36px;
       }
   
       body.login {border-top-color:#17272d;}	/* Top bar background color */
       .login p#backtoblog a:link, .login p#backtoblog a:visited {color:#17272d;}	/* Link effects in top bar */
       .login p#backtoblog a:hover, .login p#backtoblog a:active {color:#17272d;text-decoration:underline;}	/* Rollover link effects in top bar */
       .login #login p#nav a {color:#FFFFFF;}
   
       input.button-primary {
       background:#17272d;
       border-color:#000000;
       color:#FFFFFF;
       font-weight:bold;
       text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
       }
       input.button-primary:active {
       background:#17272d;
       color:#000000;
       }
       input.button-primary:hover {
       border-color:#000000;
       color:#CCCCCC;
       }
   
       .login .message {
       background-color:#FFFFE0;
       border-color:#E6DB55;
   
       {
       ```
   

Viewing 1 replies (of 1 total)