Custom CSS: How to change a box color?

  • treeacademysupport
    Asked on August 3, 2017 at 12:43 PM

    Hi,

    How can I change the GREEN box to a YELLOW box that matches our logo?

    Thanks!

  • Chriistian Jotform Support
    Replied on August 3, 2017 at 2:06 PM

    Please inject this custom CSS to your form.

     

    .form-all li:nth-of-type(3n+1):not([data-type=control_button]):not([data-type=control_head]):not([data-type=control_pagebreak]):not([data-type=control_image]):not([data-type=control_divider]):not([data-type=control_widget]) {

        background: linear-gradient(to bottom, rgb(232, 225, 27) 0%, rgba(235, 225, 27, 1) 100%);

    }

     

    The result should be as follows.

    Custom CSS: How to change a box color? Image 1 Screenshot 20

  • treeacademysupport
    Replied on August 3, 2017 at 2:43 PM
    PERFECT!!!
    Thank you so much!!!
    ...