How to Change font size & color of Form View ?
I mean " Label color"
Appnitro Software Forums » MachForm 2
How to Change font size & color of Form View?
Started 9 months ago by JinnyKIM | 2 posts |
-
Posted 9 months ago #
-
Try to add these css code into your form css :
label { color:#fff !important; } .symbol { color:#fff !important; } .form_description { color:#fff !important; }if you want to change the size, you can add font-size property there. For example :
label { color:#fff !important; font-size:12px !important; }MachForm Support
Posted 9 months ago #
Reply
You must log in to post.
