I used this before and it only worked on the rows and not the columns of a matrix table.
.Skin .q-matrix .table-cell {
font-size: 16px!important;
}
.Skin .q-matrix .answered-indicator span {
font-size: 14px!important;
}
But it does not work on my matrix dropdown table.
Page 1 / 1
Add this line to your question JS:
this.getChoiceContainer().querySelectorAll("select").forEach(item => item.style.fontSize = "16px")
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.