@thegentatwpforum, OK so it’s the combine css files that seems to be the issue. If I deactivate that part of the caching plugin then it works. However, I don’t want that to be completely disabled, so it would mean excluding the correct css file, which I don’t have the time to work out at the moment.
As I have a lot of popups on one of my websites, and with some of these popups I want the overlay, and with one I don’t.
As a result I have used the css class you identified. If you don’t want the overlay on any of your popups then add this to your site settings custom css:
.dialog-type-lightbox {
background-color: rgba(0, 0, 0, 0) !important;
}
However, if you just want to target one popup, find the shortcode for that popup and add this to the popup page settings, advanced custom css:
div#elementor-popup-modal-353.dialog-type-lightbox {
background-color: rgba(0, 0, 0, 0) !important;
}
353 being the id for a specific popup.
Now I know what you are going to say, this is a work around and that lightbox shouldn’t have the background color or it should be transparent if the status is hidden.
I have a topic in the global elementor Facebook community group, and speaking with the admin there. So I will bring this to his attention, as this shouldn’t be happening, and maybe he can escalate it to the dev team. I say this because one of my site has the exact same caching plugin, with the same settings, and same versions of elementor/pro, and this isn’t happening on that site!!! Which is weird, and so I’m not sure if the culprit is elementor or caching plugin.
Cheers,