Customizing SMF > SMF Coding Discussion

Issue with not seeing registration password (BlackRain)

(1/1)

Zorce:
Using the blackrain template but users that are registering cant see anything being typed in the password fields. It is being typed but the text isnt showing up. It is the only thing I am having issues with. Can someone let me know what I can do to fix this? Or how?

Here is a screen shot of what is happening. As you can see I already entered a password in the first field but it wont show up. The fields are white for some reason and I am guessing the text is the same color. Just dont know how to fix.

Thanks

Old Fossil:
It happened to me a long time back witht the same theme.

Have a look at the index.css

You could always make a post in the themes own support topic too.

 :)

Crip:
 :laugh: ...  Hi,
Make sure you have something like in:: css/index.css
--- Code: ---.valid_input {
   background-color: #272727 !important;
}
.invalid_input {
   background-color: #565656 !important;
}

--- End code ---

...that should fix it , unless a .Mod interferes with it.

Zorce:
Worked great. Thanks guys!

Navigation

[0] Message Index

Go to full version