How to remove horizontal line in Matrix Dynamique?

  • etrentac
    Asked on February 23, 2015 at 4:50 PM

    I'm wondering if there is a way to remove the horizontal line between the column headers and text input boxes in the Matrix Dynamique widget? Or, if it's not possible to remove it all together, so at least decrease the thickness.

     

    Thanks!

  • Kiran Support Team Lead
    Replied on February 23, 2015 at 6:22 PM

    I understand that you want to remove the horizontal lines between the headers and text boxes of Matrix Dynamique widget. Please add the following CSS code to the Custom CSS code section of the widget.

    tr {

    border: none;

    }

    thead {

    border-bottom: none;

    }

    How to remove horizontal line in Matrix Dynamique? Image 1 Screenshot 30

    This is how the widget is displayed after applying the CSS code.

    How to remove horizontal line in Matrix Dynamique? Image 2 Screenshot 41

    If you are referring to something different, please let us know. We will be happy to help.

    Thank you!