Appnitro Software Forums » MachForm 2

Input box text description change


  1. tylermark214
    Member

    How do I change the color of the text that is under the input boxes? For example in the address field where it says city, state, zip code. For a name field where it says first and last.

    Posted 4 months ago #
  2. You can insert this block of code into the bottom of your CSS file:

    #main_body form li span label,#main_body form li div label{
       color: #efefef;
    }

    simply adjust the color code with your own color.


    MachForm Founder

    Posted 4 months ago #

RSS feed for this topic

Reply