How to increase the font size in ALL matrix questions (rows and columns) both on desktop & mobiles? | XM Community
Solved

How to increase the font size in ALL matrix questions (rows and columns) both on desktop & mobiles?

  • 28 May 2020
  • 1 reply
  • 298 views

Userlevel 2

Hi,
I have tried this but it does not work neither on desktop nor on phones...
.Skin .Matrix table th{   font-size: 20px; }
I have also tried

.Skin .Matrix .table-cell{font-size:22px!important;}

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

No difference :(

Please note that I am quite a newbie and I am entering all these in the Look & feel Style section together with a bunch of other customisations.

Help!
A.

icon

Best answer by AlexPanic 29 May 2020, 21:03

View original

1 reply

Userlevel 2

In case anyone has the same issue, this CSS sorted it:

.Skin .q-matrix .answered-indicator span {
font-size: 14px!important;
}

.Skin .q-matrix .table-cell {
font-size: 18px!important;
}

Leave a Reply