Top blue border in the Submit button

  • avijfr
    Asked on August 8, 2017 at 12:20 PM

    I also just notices that there is a blue border around my 'Get Started' button, I cant seem to get rid of it in the advanced CSS editor. I want it to be this: #faa61a, any solution for that?

     

    Thanks

  • Jan
    Replied on August 8, 2017 at 12:37 PM

    I was able to replicate the issue. Here's a screenshot:

    Top blue border in the Submit button Image 1 Screenshot 30

    Please insert this custom CSS code to fix the issue:

    .form-submit-button, .form-submit-reset, .form-submit-print {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    }

    Here's the result:

    Top blue border in the Submit button Image 2 Screenshot 41

    Hope that helps. Thank you.