How can I make the input font larger in a textarea control?
What do I need to do in my custom theme to increase the input font size?
0
-
Firstly be careful using custom themes as the form html can change in major new releases. Here is how you can increase the textarea input font size in Live Forms v4. Play with the 2em until you get a size you like.
.f-textarea .textarea {
font-size:2em !important;
}0
Please sign in to leave a comment.
Comments
1 comment