• I noticed that the text and background of the login and register pages both come up white, this makes it so people cannot read what they are filling out.

    I have been trying to figure out how to fix it for several days and have gotten no where. I use the register plus plugin as well. Just a basic white background with black text and box boarders would be fine.

    Can anyone help please?

    http://all-notions.com/wp-login.php?action=register

Viewing 7 replies - 1 through 7 (of 7 total)
  • #login label {
    color:#fff;
    }

    change to

    #login label {
    color:#whatever;
    }

    in your color-fresh.css (maybe in plugin folder)

    Thread Starter ghanes14

    (@ghanes14)

    Thanks, that worked, but now some of the text boxes have different background colors (some black, some beige). All I had to do was insert the code you gave into the Register Plus Custom CSS area.

    to make them all the same just put

    #login FORM INPUT
    {
    color: #555;
    background-color: #WHATEVER;
    }

    but you really should clean your CSS.. you have so many places where the same elements (like INPUT) are defined…

    Thread Starter ghanes14

    (@ghanes14)

    Thanks! I just used a template I found online, I wouldn’t doubt it if the coding is all messed up. Usually is that way when I find a decent one :(.

    Using plugins to do some functions can add duplicated entries, Like is on your case …
    So actually now you run on override-luck 🙂

    Thread Starter ghanes14

    (@ghanes14)

    I see, a few days ago I noticed my TweetMeMe plugin had stopped working as well. I thought it may have been because I uploaded a plugin for Digg, which afterwards I found also contained TweetMeMe in it.

    I removed the plugin however, and it still is not recording tweets. Also the Twitter updater plugin has stopped working, it’s no longer automaticlaly pinging twitter with my new posts.

    I figure it has to have something to do with plugins though because it was working at first.

    If it was not for bad luck, I’d be out of luck completely xD.

    i made a mistake and deleted my blog and now i’m trying to register my name again, but ti aon’t let me and i know no one has it>>>> can someone helpme please

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to fix my resgister page???’ is closed to new replies.