how to resize question text | XM Community
Skip to main content
Question

how to resize question text

  • January 10, 2024
  • 1 reply
  • 28 views

Forum|alt.badge.img+3
  • Level 3 ●●●
  • 14 replies

Hi, I have a question on text formatting. How would you resize text in a text/graphic question - with content type “text”? Is there a way to update default font and size?

1 reply

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • January 11, 2024

We can wrap the text in a div tag and use ‘font-size’ attribute to get the required size.

<div style="font-size:30px">Hello World</div>