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.
Appnitro Software Forums » MachForm 2
Input box text description change
Started 4 months ago by tylermark214 | 2 posts |
-
Posted 4 months ago #
-
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 #
Reply
You must log in to post.
