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

Increase Font for Single Question

  • July 30, 2020
  • 4 replies
  • 193 views

Forum|alt.badge.img+3

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!

Best answer by MatthewM

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

4 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • July 30, 2020

We can also do this using Rich content editor


Forum|alt.badge.img+3

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


Forum|alt.badge.img+3

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.


MatthewM
Level 6 ●●●●●●
Forum|alt.badge.img+30
  • Level 6 ●●●●●●
  • Answer
  • July 30, 2020

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