Hi,
Please, could you provide an URL address where the Photo Gallery is published? We will try to suggest a CSS solution.
Thank you in advance! Have a nice day!
Unfortunately it’s an intranet page not visible from the web.
What we can do right now? I could paste the CSS lines.
Hi,
Please try to add the below-written CSS code into Appearance > Customize > Additional CSS:
.spider_popup_wrap {
background-color: rgba(0, 0, 0, 0.5);
}
Please let us know if it helps.
Thank you!
Have a great day!
Unfortunately, it doesn’t work 🙁
Doesn’t work because the div=”spider_popup_wrap” has definied style, so my custom css isn’t activated (I’ve used also !important value).
Here is a sample of this code:
<div id=”spider_popup_wrap” class=”spider_popup_wrap” style=”width: 800px; height: 500px; margin-top: -250px; margin-left: -400px; top: 50%; z-index: 100000; left: 50%;”> <style>
.spider_popup_wrap * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.spider_popup_wrap {
background-color: rgba(0, 0, 0, 1.00);
display: inline-block;
left: 50%;
outline: medium none;
position: fixed;
text-align: center;
top: 50%;
z-index: 100000;
}
</style>
Could you tell me which file I have to edit? I guess it’s one of the php files.
Ok, I’ve done it by myself.
thank you anyway for the help
Hi,
We are very glad that you have come up with the solution.
Please do not hesitate to contact us for any further information.
Thank you! Have a nice day!