In the Full Name spot, we have a box for Last Name and First Name. I want to make that a little larger, but can't figure out how to do it?!

  • shardwick
    Asked on May 3, 2014 at 3:59 PM
    In the Full Name spot, we have a box for Last Name and First Name. I want to make that a little larger, but can't figure out how to do it?!
  • BryanPaulo
    Replied on May 3, 2014 at 5:17 PM

    Hi shardwick,

    You can change the font size of the Name sub-label by injecting a Custom CSS code. Please use the code below:

    .form-sub-label{

    font: 12px Lucida;

    }

    Please let us know if you need further assistance.

    Bryan

  • Jim_Rank
    Replied on May 3, 2014 at 6:49 PM

     

    Hello @shardwic,

    Thanks for your questions.I have checked yor forms and widen your First Name and Last Name input boxes and label.

    Moreover,If you need to change it agian then you can follow the following instructions-

    1. Selecting the Full Name go to Preferences icon.Click the icon and Under Form Styles tab Inject the CSS code as like the following picture-

    In the Full Name spot, we have a box for Last Name and First Name Screenshot 20

    .form-all input{
    width:160px;
    }
    .form-sub-label{font: 12px Lucida;}

    In further if you get any problem,fell free to tell us.

    Best of luck !

    @Jim_Rank