Increase Font for Single Question | XM Community
Solved

Increase Font for Single Question

  • 30 July 2020
  • 4 replies
  • 65 views

Badge +1

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!

icon

Best answer by MatthewM 30 July 2020, 22:57

View original

4 replies

Userlevel 7
Badge +22

We can also do this using Rich content editor

Badge +1

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")

Badge +1

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.

Userlevel 7
Badge +30

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

Leave a Reply