Appnitro Software Forums » MachForm 2

How to Change font size & color of Form View?


  1. JinnyKIM
    Member

    How to Change font size & color of Form View ?
    I mean " Label color"

    Posted 9 months ago #
  2. redityo

    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 #

RSS feed for this topic

Reply