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

Reduce font size of Label Text

  • June 17, 2019
  • 2 replies
  • 30 views

Karvida
Level 1 ●
Forum|alt.badge.img+4
Tips on CSS to reduce size of just the text in the Labels on a rating table?

2 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • June 18, 2019
@Karvida - If you are using slider question type with labels, then use below CSS ul.labels{ font-size:10px; }

Karvida
Level 1 ●
Forum|alt.badge.img+4
  • Author
  • Level 1 ●
  • June 18, 2019
Thx @rondev. Wasn't able to get this to work. We are using tables. Any thoughts?