This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
[closed] Change text color in form...?
Started 17 years ago by Netexception | 5 posts |
-
Hi,
I have a question about css file...
I need to change the background color on form to BLACK this is ok but I need to change the color text in form section to WHITE ( actualy is black ) but am unable to find how can I change the text color inside the form ? Someone may help me with that ?
Thank !
Posted 17 years ago # -
Hi,
Basically you will need to set color: #fff; to all labels.
The easiest way to do this is by putting the code below at the very beginning of your css:
* { color: #fff !important; }
Also, don't forget to change the background color of body and form_container into black.Let me know if you need more help.
MachForm Founder
Posted 17 years ago # -
Fantastic !
All is find now...
Thank a lot Yuniar!
Posted 17 years ago # -
Sounds great!
MachForm Founder
Posted 17 years ago # -
If you only want to change the font color in the form then I found that this works:
label { color: #8f8f8f !important; }
Posted 16 years ago #
Topic Closed
This topic has been closed to new replies.