add horizontal divider in matrix table | XM Community
Question

add horizontal divider in matrix table

  • 2 April 2024
  • 2 replies
  • 18 views

Badge +1

I would be very grateful for any help, I have already read dozens of community posts and tried a few, unfortunately without success.

I would like to separate the individual rows in a matrix table by a light grey horizontal line after the 1st row to the bottom.


Any ideas how to get from:

 

 

to:
 

 


2 replies

Userlevel 7
Badge +27

Adding the below CSS to the Style section of the Look & Feel is working on my end:

.Skin .Matrix table td, .Skin .Matrix table th {
border-bottom: 1px solid gray;
}

 

Badge +1

Oh wow, that was so easy.

Thank you very much!!

Leave a Reply