Reduce font size of Label Text | XM Community
Skip to main content
Question

Reduce font size of Label Text

  • 18 June 2019
  • 2 replies
  • 19 views

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?

Leave a Reply