Can I adjust the thickness of the lightbox style border?

  • talletian
    Asked on May 13, 2016 at 1:08 PM

    Ideally i'd like to remove or at the least decrease the thick border around the lightbox form, additionally if there was a way to change the edges from rounded to rectangle.

    Jotform Thread 838705 Screenshot
  • Welvin Support Team Lead
    Replied on May 13, 2016 at 2:13 PM

    Add the following custom CSS codes to your website stylesheet(s):

    .jt-feedback > div:nth-child(1) {

        border-radius: 0 !important;

        background: none !important;

    }

    The codes will remove the background and will remove the border radius. 

    This is the result:

    Can I adjust the thickness of the lightbox style border? Image 1 Screenshot 20