Can you send me the code I need to make the text in my template bigger?

  • mmckinney1
    Asked on February 11, 2016 at 10:05 AM

    I am needing to make the name and number text bigger to where it is easier to see for senior citizens. Can you send me the CSS code I can put in the widget to do this? Maybe size 18 font? I have attached a screen shot. 

    Jotform Thread 769956 Screenshot
  • Huberson
    Replied on February 11, 2016 at 11:43 AM

    Hello,

    Paste the bellow CSS code under Widget 'Custom CSS' tab.

    label{

        font-size: 18px!important;

    }

     

     

    Can you send me the code I need to make the text in my template bigger? Image 1 Screenshot 20

     

    This should do the job for you. Please let us know if you need more help!

  • mmckinney1
    Replied on February 11, 2016 at 3:46 PM
    Thank you! Is there any way to make the text that is typed into the blanks bigger as well?




    Description: Description: Capture
    Micah Mckinney
    Technology Officer, The Benefit Link, Inc.
    Office: 817-736-1569 | Mobile: 940-210-3401 |
    6209 Colleyville Blvd, Colleyville, TX 76034

    Description: Description: Description: Description: Description: cid:image002.jpg@01D0FACA.66F5D8B0

    Description: Description: https://ci5.googleusercontent.com/proxy/3ysP8__nmWC9GvjgQNYVHuKPnV4833DimOf3V-9WwOjwWDwaMMJkSo3gzm8VX1rwE6U1FQXgPgrIqK9T4LfTRK7Fspwn4S4t3Eqf518VBRs6bhaAb0cZUXU=s0-d-e1-ft#https://s3.amazonaws.com/images.wisestamp.com/icons_32/facebook.png Description: Description: https://ci4.googleusercontent.com/proxy/SOGJyqe3XDVibRzjS7kIHMn0wxxN3gs6crnc5Tyx_rwYx-zapJaZ4W51mHXzz9XLp8D81kuRx4tU16AE-zG90B7FYe1huMd2_6tJGBkGoKZ7AwNkRe4w9zk=s0-d-e1-ft#https://s3.amazonaws.com/images.wisestamp.com/icons_32/linkedin.png Description: Description: https://ci5.googleusercontent.com/proxy/wfND7YmOcmmmhOcWnAPwzldxiMKDQ0ZEH6B-aWTFmrHOM7uUt_zexgy5VYhiDKUmN7gAtJgoPUDvSICfZQKQOBkQqNGLKd6PQ2BgY9m4Yof9YUb5x3JnYA=s0-d-e1-ft#https://s3.amazonaws.com/images.wisestamp.com/icons_32/twitter.png Description: Description: https://ci4.googleusercontent.com/proxy/zOVHK15Rwy4f15FjiFQYakHiL-b0-I7TXaurohLVpdLqc8h8hDL6VmQqjlxTW45gkufv38NSxLHf3HVrr0A2DLoPJ2-QbZnW0cegpylZQu2P5zYuqqeiFnTrsA=s0-d-e1-ft#https://s3.amazonaws.com/images.wisestamp.com/icons_32/googleplus.png



    ...
  • Huberson
    Replied on February 11, 2016 at 4:47 PM

    You can add the following CSS:

    input[type=text]{

        font-size: 18px!important;

    }

    And change the font size as desired.