MyBB Community Forums

Full Version: Registration issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My site: spacepromo.net

My friend pointed out that my  registration is messed up and the username does not show unless you highlight the text. Where do I edit this and what I input?
[Image: c5ba7710b0da7a95ef26c91e6cce3b86.gif]
Navigate to the following:

ACP > Templates & Style > Your Theme > Global.css > Advanced Edit

Look for the following (located on line 639):

form input.valid {
    border: 1px solid #0c0;
    background: #ffffff; 
    padding: 3px;
    outline: 0;
    font-size: 13px;
    font-family: 'open_sansregular', Verdana, Arial, Sans-Serif;
}

Remove: background: #ffffff;
I had a very similar issue on mind and that the background would be completely white unless highlighted.
Followed the steps you said Wires and it worked perfectly.

Thanks.