Hello,
This is Definitely Possible!
Simply open the js/plugins.lightbox.js File and find the following code:
[ch_pre]element.magnificPopup({[/ch_pre]
then add the following code just after the above line:
[ch_pre]closeOnBgClick: false,[/ch_pre]
Additionally, also find the following code:
[ch_pre]$.magnificPopup.open({[/ch_pre]
then add the following code just after the above line:
[ch_pre]closeOnBgClick: false,[/ch_pre]
This will disable closing the Modal on Background Clicks. Hope this Helps!
If you are using the js/plugins.js or the js/plugins.min.js File, you will need to Update the above codes in these Files as well.
Let us know if we can help you with anything else or if you find any further issues.