How do I replace the color border or frame?

  • Barbbauer
    Asked on April 18, 2016 at 12:02 PM

    Hello,

    I would like to replace the border color of blue to burgundy. How would I do this?

    Here is the form: https://form.jotform.com/61083534142145

  • Jan
    Replied on April 18, 2016 at 2:35 PM

    Please insert this custom CSS code in order to change the border color:

    .form-all {
    border-color: #8C001A !important;
    }

     

    The #8C001A is the hex color for Burgundy. Here's a guide on how to inject custom CSS.

    Hope that helps. Thank you.