Matrix - Carousel Font Settings | XM Community
Skip to main content
Solved

Matrix - Carousel Font Settings

  • April 27, 2025
  • 2 replies
  • 30 views

Forum|alt.badge.img+1

Hello,

I want to set up a matrx table set in carousel, and carry forward statements selected from a previous question. But since the statements are “carried forward”, I am not sure how to adjust the font settings, such as bolding the statements or increasing the font size. Could anyone please share the CSS code to help with this?

Thanks!

Best answer by Shashi

Use the below CSS:

.CarouselCardText {
font-size: 25px;
font-weight: bold;
}

 

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • Answer
  • April 28, 2025

Use the below CSS:

.CarouselCardText {
font-size: 25px;
font-weight: bold;
}

 


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 3 replies
  • April 28, 2025

Thanks, Shashi!