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

Dropdown Colour


  1. designer
    Member

    How do i change the colour of the drop down fields and text within?

    Posted 13 years ago #
  2. redityo

    Let's say you have drop down fields with element id 3, then you can add these css codes into your form css :

    #element_3 {
    color:#ff0000 !important;
    background-color:#000000 !important;
    }

    MachForm Support

    Posted 13 years ago #

RSS feed for this topic

Reply