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.
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.