Increase Font for Single Question | XM Community
Skip to main content

Hi, I searched earlier and thought I saw something but now I can't find it. I am looking for a CSS example of bumping the font up for a few questions and the answer choices (not the whole survey) The majority of survey is administered by an interviewer but a few questions we hand over to respondent and need to increase font size. I know I need the QID but what else
Thanks!

We can also do this using Rich content editor


Thanks rondev. I edited my note to say for answers as well not just for the question. I found your code for drop down question, but I am trying to figure it out for multiple answer select.
jQuery("select").css("font-size","18px")


Oh. I see I was hoping there was a way to do it for the whole question and answers and not have to do it for each variable I have about 5 questions I need to do this for with 10 variables in each.


For the answer choices you can wrap them in HTML to change the font size.


Leave a Reply