How can I remove this outline/boarder??

  • cinemaccofficial
    Asked on June 14, 2020 at 2:55 AM

    Haven't been able to remove the slight outline or board that appears.

     

    1592117821Screen Shot 2020 06 14 at 12 Screenshot 10

     

  • Ariel JotForm Support
    Replied on June 14, 2020 at 3:19 AM

    Hello,

    Thank you for reaching out.

    Please inject the following CSS code in the Form Designer:

    [data-component="calculation"] {
        box-shadow: none !important;
    }

    Once applied, the field should look like this:

    15921190752020 06 14 15 17 10 Screenshot 10

    Please give it a spin and don't hesitate to reach out if you need further assistance.

    Related Guide: How to Inject Custom CSS Codes