Hi,
I’m building a new website using Foundation 6 and Gallery Stack 3 (ScenicByMarnix.com).
The black background of the lightbox is slightly transparant and I would like it to be perfect black without transparency. I’ve tried to add the following CSS code to the page and I can change the color as well as the opacity with it but I never get non-transparant. See attached screenshot.
This is the CSS code I use: #Choco_overlay {
background-color: rgba(0,0,0,1)!important;
}
If you don’t need any transparency, either leave out the setting entirely or set it to 0. (it’s currently set at 0.9).
If leaving out the setting entirely makes the lightbox default to transparency, then the transparency is hardcoded and you’ll need to set it to 0 manually. Add !important to force override the default CSS that the stack generates.
I can see this Opacity: 0.9 but I don’t see the location in RW where I can overide it. Any idea ?
I’ve tried the following code in the CSS tabs both at the level of the page and at the site level. Same result. Although I can change the background color and transparancy with it but the maximum transparancy I get is 0.9. Never 1.