You are viewing limited content. For full access, please sign in.

Question

Question

how to make text bigger inside form fields

asked on November 10, 2017

Hello, is there  a custom CSS or theme setting to allow the completed form to have larger text within a field ? I can find all other field labels to make the text darker and larger but not the actual text that a user types inside a field

Capture.JPG
Capture.JPG (34.6 KB)
0 0

Replies

replied on November 10, 2017 Show version history

Hi Chad,

Try ".singline" 

 

If it's a multi-line field, switch .singleline with .cf-medium in the CSS.

-Dylan Mathiesen

0 0
replied on November 10, 2017

Thanks, I was able to find a solution that blankets the entire form ! 

body {
    font-family: verdana;
    font-size: 18pt;
}

Here is a great resource for custom CSS

 

https://www.w3schools.com/

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.