.Skin .Matrix class for answer stem | XM Community
Solved

.Skin .Matrix class for answer stem


Badge +1
The Look & Feel "Question Text" and "Answer Text" settings only get you so far. I am trying to customize the font size of answer stems in all matrix tables in a survey. The following gives me what I want for the column headers (Likert scale labels) and Group headings. But the answers are still too small. I tried
.Skin .Matrix table tr{ } but it does not affect the answer text. Help?

.Skin .Matrix table th{
font-size: 16px;
}

.Skin .Matrix table tbody th{
font-size: 16px;
}
icon

Best answer by fleb 9 July 2019, 16:00

View original

4 replies

Userlevel 5
Badge +6
Hi @SOC,
I'm not sure what you mean by the term "answers". If you mean labels in the very left column, try this: `.Skin .Matrix .table-cell{font-size:20px!important;}`
Badge +1
Thank you - yes, I mean the labels in the far left column.
Unfortunately, your solution had no effect on the font size of that column.
Userlevel 5
Badge +6
> @SOC said:
> Thank you - yes, I mean the labels in the far left column.
> Unfortunately, your solution had no effect on the font size of that column.

Hi,
my solution works for me. This means that there are probably different classes depending on the theme used and other factors. Try to provide the theme and/or some basic style settings here. You can also check in the inspector what are classes of the cells you want to modify.
Badge +1
You're brilliant! Thank you Thank you!
I changed the theme to one of the original Qualtrics defaults and I'm back in business. Thanks again!

Leave a Reply