I'm trying to change the font size of the grid numbers (not the text label) on my slider questions. Currently, it looks like below when I preview the block:
As can be seen, the grid numbers are much too small compared to the text labels.
Is there a CSS code I can enter to make the numbers larger on these particular set of slider questions?
Any help would be much appreciated!
Thank you.
Solved
Increasing font size of the grid numbers (not the text label) on slider questions
Best answer by TJUH_Kai
.labels-container .numbers li{
font-size: 20px !important;
}
Try this
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
