How can I delete the border or change the color on this form?

  • stonegatesl
    Asked on July 26, 2016 at 4:20 PM

    Hello : )

     

    I am using this form and need to be able to change the border color or simply not display it, please help. https://form.jotform.com/62076533495158

     

    Also when I upgrade to the $19 plan will the "powered by Jotform" still display? How can I hide that as well?

     

  • Mike
    Replied on July 26, 2016 at 6:00 PM

    Thank you for contacting us.

    To remove the form border you can add the next CSS via form designer.

    .supernova .form-all {
    border: none;
    box-shadow: none;
    }

    How can I delete the border or change the color on this form? Image 1 Screenshot 20

    Or to change the border color.

    .supernova .form-all {
    border-color : black !important;
    box-shadow : none;
    }

    Where 'black' can be replaced with HTML colors.

    The second question has been moved into a separate thread.

    https://www.jotform.com/answers/891185

    It will update it shortly.