Can you show me how to change the colour in one part of your "clever colourful" design theme if possible?

  • Cityimaging
    Asked on April 9, 2019 at 8:42 AM

    Hi,

    Is it possible to change the orange background colour in the boxes, to purple instead?

    The other box colours are perfect as they are.

    Thank-you for any help you can provide.

    Andrew

  • BJoanna
    Replied on April 9, 2019 at 10:56 AM

    Please add the following CSS code to your form to change the orange background color to purple:

    .form-all li:nth-of-type(3n+2):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: purple!important;

    }

    How to Inject Custom CSS Codes

    Here is a demo form - https://form.jotform.com/90983954488983

    Feel free to test it and clone it