Formatting styles within matrix tables | XM Community
Skip to main content
Solved

Formatting styles within matrix tables

  • March 6, 2019
  • 2 replies
  • 363 views

Is there a way to change the size (e.g. to 12px) of ALL statement and scale point options in all matrix tables throughout a survey? Thanks.

Best answer by Anonymous

Hello @Angco , Paste the below CSS in the Look and feel -> Add Custom CSS. .Skin .Matrix table th{ font-size: 12px; }

2 replies

  • Answer
  • March 6, 2019
Hello @Angco , Paste the below CSS in the Look and feel -> Add Custom CSS. .Skin .Matrix table th{ font-size: 12px; }

  • Author
  • March 7, 2019
Thank you!