Reduce font size of Label Text | XM Community
Skip to main content
Tips on CSS to reduce size of just the text in the Labels on a rating table?
@Karvida - If you are using slider question type with labels, then use below CSS ul.labels{ font-size:10px; }
Thx @rondev. Wasn't able to get this to work. We are using tables. Any thoughts?