CSS on form not updating

  • runnersconnect
    Asked on August 7, 2017 at 8:21 AM

    I have submited this ticket already, but have not received a response.

    This form: https://www.jotform.com/build/72135425084957, embedded here: https://runnersconnect.net/referral

    Is not adding all the css elements I have created. Specifically,

     

    .form-line {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .form-all {
        font-size: 24px;
    }

    .form-textbox, .form-textarea {
        padding: 4px 3px 10px;
        margin-top: 13px;
    }

     


    .form-submit-button-simple_green_apple {
        -webkit-border-radius : 5 !important;
        -moz-border-radius : 5  !important;
        border-radius : 5px  !important;
        -webkit-box-shadow : 0px 4px 0px #40a122  !important;
        -moz-box-shadow : 0px 4px 0px #40a122  !important;
        box-shadow : 0px 4px 0px #40a122  !important;
        font-family : Arial  !important;
        color : #ffffff  !important;
        font-size : 24px  !important;
        background : #49be29  !important;
        padding : 15px 30px 15px 30px  !important;
        text-decoration : none  !important;
    }

    .form-submit-button-simple_green_apple {
        background-image : -webkit-linear-gradient(top, #3cb0fd, #3498db)  !important;
        background-image : -moz-linear-gradient(top, #3cb0fd, #3498db)  !important;
        background-image : -ms-linear-gradient(top, #3cb0fd, #3498db)  !important;
        background-image : -o-linear-gradient(top, #3cb0fd, #3498db)  !important;
        background-image : linear-gradient(to bottom, #3cb0fd, #3498db)  !important;
        text-decoration : none  !important;
    }

     

    These don't take effect.

     

    Please help

  • Kiran Support Team Lead
    Replied on August 7, 2017 at 12:43 PM

    Unfortunately, I am not able to find your previous questions on the support forum. However, if you have posted your question without logging into your JotForm account, one of our support team members should have already responded to your question. You should be receiving an email with the response.

    As I check your JotForm, I see that the CSS is properly applied to the form and looks the same on the web page. Were you able to fix the issue? If you are referring to something different, please let us know if any particular section of the CSS is not being applied so that we can take a look again.

    Thank you!