![]() |
White text in input boxes = invisible ????
Basically when I setup the store I used the default skin, which gives a body color tag as #000000; (black) by default, I have customized the customer end to give the corporate look similar to the static website, I changed the body color to #ffffff; (white) to put the white text onto the dark background, but now all of the input text boxes show white text when you type in them, meaning the text that you input is invisible until you highlight it, this happens for all form inputs...Authentication, Register etc etc....
Does anybody know what I need to do to change the colour of the text in the input boxes to #676767; so that the user/customer can see it? Thank you in advance Liam |
Re: White text in input boxes = invisible ????
maybe something like
Code:
input.text { |
Re: White text in input boxes = invisible ????
Where do I put that? Into the main.css file?
Thank you by the way for the response. |
Re: White text in input boxes = invisible ????
You can change both the color of the text and the background of the input box.
Amy might have it right, but the css I have for it: Code:
input, textarea, button { Keep in mind, the button part changes the button color too. Change the background, border and color. The login boxes may have another css select as well. |
Re: White text in input boxes = invisible ????
Quote:
Fantastic thank you! How do I do the same for the dropdown menus too please? Thank you very much guys/girls :) |
Re: White text in input boxes = invisible ????
use firefox and firebug to work out what selectors you need for the css, it depends how your dropdowns are coded,
|
Re: White text in input boxes = invisible ????
Code:
div.dialog .content p, div.dialog .content input, div.dialog .content select { Thats my drop-downs. |
Re: White text in input boxes = invisible ????
just change the colour values in that section then
|
Re: White text in input boxes = invisible ????
Thank you very much, the help was fantastic!
Cheers Liam |
All times are GMT -8. The time now is 07:10 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.