Hey everyone,
I am currently trying to enlarge the font size in questions with drop down answer lists. Even though in my overall "Look & Feel" Section I adjusted the font size for all answers, the drop down options are displayed way too small.
Do you know a CSS Code in order to help enlarge the font sizes? Somehow there is no rich content editor for the drop down answer choices available.
Thanks so much in advance! Really appreciate your help!
Best,
Konni
Paste the below code in the drop down list question and change px as required:
jQuery("select").css("font-size","24px")
Hi rondev,
thanks for helping out! Works perfectly :)
Konni
Hi rondev,
I'm trying to use the code above but can't get it to work. Any idea on what I'm not doing right?
Thanks!
https://www.qualtrics.com/community/discussion/comment/30238#Comment_30238Where have you paste the code? Please send the screenshot.
https://www.qualtrics.com/community/discussion/comment/30241#Comment_30241Remove the code from their and paste it in the add javascript option under Onready function as shown below:
Thank you, it works now :)
Hello rondev , It works when I am trying to resize the drop down list options.
Now, I am trying to enlarge the size of the statements on a matrix table with drop down list options. I really appreciate your help!
https://www.qualtrics.com/community/discussion/comment/31388#Comment_31388To increase the font size of the statement you can go to the rich cintent editor of the options and change the font size from their.
Hello rondev Thank you very much for your response. It's true! You are right.
As you can see below I did it and the text is bigger. However, the text is automatically separated into two rows when it is long. I would like to expand the text area so that I can have each sentence on one line. Thanks again!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.