Lightbox embedded form: How can I change the background transparency.

  • kakaka
    Asked on January 16, 2018 at 7:55 AM
    There is one small question. How can I change the transparency of the background around the lightbox. Tell me please.
  • Kevin Support Team Lead
    Replied on January 16, 2018 at 8:06 AM

    It's possible to change the opacity of the background, the following code will help you: 

    .jt-dimmer {

       opacity: 0.5 !important;

    }

    This code will need to be added to your website in order to take effect. 

    I hope this helps. 


  • kakaka
    Replied on January 16, 2018 at 8:15 AM

    Thanks, it helped !!!