How to add colored border on the Form

  • mmajmer
    Asked on March 31, 2016 at 3:35 AM

    I want to blue color border form , as my webpage is white so the jot form can be Recognize easily.

    css code is not working , please check border color not changing

    .form-all {
    border: medium solid blue;
    }

    form link: https://form.jotform.me/60901904486458

     

    regards,

    Murtaza Ajmer

  • jonathan
    Replied on March 31, 2016 at 4:18 AM

    Please try this CSS codes 

    .supernova .form-all, .form-all {

        border: medium solid blue;

    }

    It works when using the browser inspector tool

    How to add  colored border on the Form Image 1 Screenshot 20

     

    Let us know how it goes.

    Thanks.