How can I change the color of the Survey Matrix background?

  • kidsartclasses
    Asked on May 6, 2014 at 5:35 PM

    Hi there,

    It seems I can find where to change the color of everything, other than the survey matrix part. As you can see, the background is grey, which doesn't go at all with my theme.

    http://kidsartclasses.com/ka-exit-survey/

    Is there a way to edit it without having to copy all the source code and go into the CSS myself?

  • David JotForm Support Manager
    Replied on May 6, 2014 at 8:06 PM

    Hi, please see this guide "How to Inject Custom CSS Codes", because as far as I know this can be accomplished only by injecting custom CSS codes like this one: 

    .form-matrix-row-headers,.form-matrix-column-headers,.form-matrix-values{

    background: #FFFFFF;

    }

    This will be the result:

    How can I change the color of the Survey Matrix background? Image 1 Screenshot 20

    Hope this helps you, let us know if you need more help, we will be glad to assist you.

  • kidsartclasses
    Replied on May 6, 2014 at 8:08 PM

    WONDERFUL THANK YOU!!!!!!!