Solved
Changing the font size of textbox entry
Is there a way to change the font-size of the textbox entry. I have 3 radio buttons, of which, the first button has a text entry enabled. I have increased the font size of the entire question and the option choices. However, I am not able to find a way to change the font size of text box entry. Is there a CSS approach that can be used for the same?
Best answer by srane
Well, I am now able to change the font-size of text-box by adding a custom CSS file in the Look and Feel section. Here is the code for the same:
input[type=text] {
font-size:30px;
}
Hope this post might help someone facing the same problem.
Thanks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
