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
Solved
Format Font Size in Drop Down Answer Choices
Best answer by rondev
Paste the below code in the drop down list question and change px as required:
jQuery("select").css("font-size","24px")
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.