I have 3 text entry questions and want to change default font type as Calibri. I can change the font type for one question with code below and it is not changing for other 2 questions. May I request your help please?
input[type=text] {
font-family:Calibri!important;
color: #000000!important;
font-size:16px!important;
}
Page 1 / 1
hi kghosh
I used your above code and its working for all the text entry questions in my survey.
You are using your code in this section, just want to confirm it! if yes then it should work.
Just get the common class name for text entry questions and in the style paste it as above.
Thank you omkarkewat, this was helpful. I only had to make this modified from the above code.
Change
input[type=text] {
to
input[type=text], textarea {
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.