yes sorted now thanks but I cant change the font size on labels can this be done   thanks lee

  • mowdo
    Asked on July 30, 2014 at 3:03 PM

    yes sorted now thanks

    but I cant change the font size on labels can this be done

     

    thanks lee

  • KadeJM
    Replied on July 30, 2014 at 4:28 PM

    Yes, you can do that by just targeting the field labels with specified css coding and inject it.

    Example: 

    #label_8 {font-size: 12px;

    }

     

  • mowdo
    Replied on July 30, 2014 at 5:23 PM

    thank you