Hi,
I am making a website for an artist. She makes larger oil paintings. I was using the Royal Slider for her slide shows as it has the ‘full screen’ option with a white background.
Now that I have switched over to Enfold (best theme ever!), the full screen does not work. It actually makes the image disappear under the header and the whole screen bounces up so you only see the header and the footer.
So now I found that I can use the “Content Slider” in Enfold which looks beautiful, BUT when you click on the image for full screen, the background is black with slight transparency. My mother, the artist, would like it to be white, as that is how the paintings look on the wall at a gallery.
Would it be possible to change the whole background to white using css? I don’t want a white border. I did find instructions on that here in the forum, but it does give the effect that I am looking for.
thanks for your help,
Nona
Hey nreuter!
Could you please forward a link to your site It will also be helpful to mock up the modifications you want on a screenshot. It will help us understand the issue better and devise a solution for you.
Best regards,
Arvish
Hi!
Thank you for the info.
You can add this on Quick CSS or custom.css to change the lightbox background overlay:
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 1 !important;
background: white !important;
}
Cheers!
Ismael
I love it! You are so great to let me know how to do it.
Best, Nona