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...?


  1. Netexception
    Member

    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 16 years ago #
  2. yuniar

    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 16 years ago #
  3. Netexception
    Member

    Fantastic !

    All is find now...

    Thank a lot Yuniar!

    Posted 16 years ago #
  4. yuniar

    Sounds great!


    MachForm Founder

    Posted 16 years ago #
  5. morktron
    Member

    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 #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.