MyBB Community Forums

Full Version: chaning the color off the login form text and?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i cant seem to find where in the css on the mybb template the color off the text is for login boxes and also the joining forms anyone have any idea where this is so i can change the color off the text


cheeers

FYI: of not off

But I dont know how to do this
You can change the text box styling in the Admin CP >> Templates & Style >> *yourtheme* >> global.css >> input.textbox
hi ajs it dont seem to be chaning the color to black its still staying white


thead input.textbox,
.thead select,
.tfoot input.textbox,
.tfoot select {
border: 1px solid #550000;
color:#000000;
}
Can you provide a screenshot of what you want to change? Smile
I think he wants the text of the registration form changed and log in boxes.
(2010-09-22, 07:37 PM)AJS Wrote: [ -> ]Can you provide a screenshot of what you want to change? Smile

i want to be able to see the text in the forms below at the moment its white so you cant see when you are typing in the boxes
[Image: screenshot20100922at223.png]

and [Image: screenshot20100922at223.png]

cheers for your help guys
What I posted above is correct then, change input.textbox, NOT thead input.textbox, .thead select, .tfoot input.textbox, .tfoot select

If you can't find that, please provide a URL. Smile
If you can't seem to get it to work try:
input[type=text], input[type=pass] { color: #000000; }
sending you an pm AJS

and i tried the other thing did not work
Pages: 1 2