How do I control the opacity of the black background lightbox?
Hi mleite1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 0.3;
}
Regards,
Yigit
Perfect, Yigit.
Thank You.
ANOTHER QUESTION (SAME PROBLEM)
Enjoying the contact, when I put the mouse over the thumb carries a white band which should appear the title. How to change the color and transparency of this white band?
Hi!
I’m not sure I understand what you mean, could you provide us with a screenshot highlighting your problem please?
Best regards,
Rikard
Hello Rikard, see image on the link.
Need to change the color and opacity of this white band.
https://www.dropbox.com/s/92lnfz850czdb1r/WHITE_BAND_THUMBS.jpg?dl=0
Hey!
Please add following code to Quick CSS
figcaption .avia-arrow { display: none; }
figcaption.av-inner-masonry-content {
background-color: rgba(255,255,255,0.7)!important;
}
Cheers!
Yigit
I will test you and return