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

Font Size for Text/Graphics question type is not responding to code

  • February 15, 2022
  • 2 replies
  • 17 views

Forum|alt.badge.img

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;
}

2 replies

Aanurag_QC
QPN Level 5 ●●●●●
Forum|alt.badge.img+31
  • February 16, 2022

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.


Forum|alt.badge.img

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