How to change heading color and center in configurable list widget?

  • micusaIT
    Asked on April 15, 2016 at 11:20 AM

    How can I change the header colors.  Example a is the one I want to change, example b is a matrix like what I want the configurable list to be.

     

    a. 

    How to change heading color and center in configurable list widget? Image 1 Screenshot 30

     

    b. 

    How to change heading color and center in configurable list widget? Image 2 Screenshot 41

  • Carina
    Replied on April 15, 2016 at 1:28 PM

    Please add the following css code to the widget's custom css:

    How to change heading color and center in configurable list widget? Image 1 Screenshot 20

    th.col2

    {background: #e99b19}

     

    th.col3

    {background: #e4cf1d}

    Or you can clone the demo form:

      https://form.jotform.com/61055012140941 

    Let us know if we can assist you further.   

  • Carina
    Replied on April 15, 2016 at 1:30 PM

    I didn't add any centering code because the header is already centered:

    How to change heading color and center in configurable list widget? Image 1 Screenshot 20

    I apologize for not mentioning it on my first answer.