How can I change the border colour on my form?

  • Martinellis4
    Asked on October 12, 2016 at 5:10 PM

    I have used another template and cloned it but I cannot work out how to change the border colour from orange to #0000ff

    can anyone help.  A screenshot is attached. How can I change the border colour on my form? Image 1 Screenshot 20

    Jotform Thread 958869 Screenshot
  • Support_Management Jotform Support
    Replied on October 13, 2016 at 12:40 AM

    Is this the form you're currently working on?

    http://www.jotformeu.com/form/62852735162357

    If so, I cloned that form and noticed that it has a Custom CSS that changes the form border to orange:

    .form-all {

        border : 1px solid #f59202 !important;

    }

    Just change the HEX value of the border color from #f59202 to #0000ff

    How can I change the border colour on my form? Image 1 Screenshot 30

    RESULT:

    How can I change the border colour on my form? Image 2 Screenshot 41