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

Text box color change?


  1. azsupergirl
    Member

    Is it possible to change the color of the text boxes (where the user enters their information) from white to another color? If so, how do I go about doing it?

    Posted 14 years ago #
  2. yuniar

    Do you mean the background color of the textboxes? Do you need to change the colors of all your form fields? or just the single line text field?

    They are possible and I can show you the CSS code. Let me know.


    MachForm Founder

    Posted 14 years ago #
  3. azsupergirl
    Member

    Yes the background color of the text boxes. Its currently white, I want to change them to a different color. I want to change the color of all my form fields.

    Also, I am using the address field and the labels underneath the text boxes (street address, city, state, etc.) are gray and the website is black. How can I change those labels to be white?

    Posted 14 years ago #
  4. azsupergirl
    Member

    Yuniar? You coming back?

    Posted 14 years ago #
  5. redityo

    You can add these css code to your form :

    * {
    color:#cc0000 !important;
    }
    
    input.text,select{
    background-color:#cc0000 !important;
    }

    That would make the form field background and label text color changed.

    Also, I've reply your support mail.


    MachForm Support

    Posted 14 years ago #

RSS feed for this topic

Reply