Font Size for Text/Graphics question type is not responding to code | XM Community
Skip to main content

I have tried to use the look and feel theme in admin and I have tried custom CSS and for some reason one question does not display the proper font size. The question type in the survey is Text/Graphics. Thanks in advance!
Screen Shot 2022-02-15 at 11.58.39 AM.pngScreen Shot 2022-02-15 at 12.09.21 PM.png.Skin .QuestionText {
  color: #00143d;
  font-size: 20px;
  padding: 0px;
  padding-bottom: 10px;
  margin: 0 auto;
  font-weight: normal;
  font-family: "Roboto Condensed Regular", sans-serif;
}

Hey, jeananneschmidt Please check the rich content editor for that particular question. It might be the case where you have added a custom theme on that question separately because of which it is overriding the default theme.


Thanks for your response. That does not seem to solve the problem.


Leave a Reply