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

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?

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>

 


Leave a Reply