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

Changing the Highlight Color of a Field


  1. MarioCipriano
    Member

    What is the CSS that allows me to change the highlight color of the field in focus?

    Posted 15 years ago #
  2. redityo

    Hi,

    Try to search this style in your CSS form :

    /**** Guidelines and Error Highlight ****/
    #main_body form li.highlighted
    {
    	background-color:#fff7c0;
    }

    then simply change "background-color" value with new color


    MachForm Support

    Posted 15 years ago #
  3. AMurray
    Pro Member

    On that note.....since you have to know the Hex code for the colour (the Hex code is the #fff7c0; bit), this chart will probably help: http://html-color-codes.com/.

    Remembering these codes is like memorizing the Periodic Table of Elements....not something you can learn overnight.

    Posted 15 years ago #
  4. MarioCipriano
    Member

    Thank you!

    Posted 15 years ago #

RSS feed for this topic

Reply