Coupon Code: Remove border

  • mmbhof
    Asked on June 7, 2018 at 2:44 PM

    Hello, please see the screen shot which shows a very subtle grey border around the field. This field is subject to the following custom css:

    #coupon-header {

        white-space: nowrap !important;

    }

    Could you let me know what I could do further to remove the border?  Thanks!

    Jotform Thread 1494252 Screenshot
  • aubreybourke
    Replied on June 7, 2018 at 3:25 PM

    You can inject this CSS code:

    #coupon-container{

        border : none !important;

    }

    Instructions here:

    How-to-Inject-Custom-CSS-Codes


    It should look like this:

    1528399515kod1q Screenshot 10