Formatting styles within matrix tables | XM Community
Skip to main content
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.
Hello @Angco , Paste the below CSS in the Look and feel -> Add Custom CSS. .Skin .Matrix table th{ font-size: 12px; }
Thank you!