Envira Gallery lightbox opacity

I’ve tried the solutions I’ve found here and on the envira pages to change lightbox opacity, like this one:

.envirabox-is-open .envirabox-bg { opacity: 1; !important; }

Nothing’s working for me though. I understand the ways opacity can be expressed, but haven’t had luck getting it changed. Is there a new selector or a change in some way?

Doh!!! Just noticed the typo from the Envira docs page (extra “;” after the “1”!) Hope they catch that! Working now that it’s corrected, sorry for the trouble!

.envirabox-is-open .envirabox-bg { opacity: 1; !important; }

Hi @mcphoto,

Yes, that’s incorrect, there should be no ; in between value and !important;. Glad it’s okay now.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.