Hi everyone,
I'm trying to increase the size of font in the text entry box.
While doing it by "look & feel", in "style", "answer text"-
increasing the font also leads to an increase of the "next" button.
How can I do that without influencing the "next" button's size?
Maybe there is a code can do it for me?
Thank you!
Solved
increase font size in text entry box
Best answer by rondev
Try this:
input[type="text"], textarea{
font-size: 25px!important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

