Tagged: Lightbox
I would like to remove circle border in lightbox close button. How to do it in css ?
Thank You
Hi chytry!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.avia-popup .mfp-close:hover { border: none!important; }
Cheers!
Yigit
Thank You for answer! That helped.
Also i have question about light box background. When i set it to white like this:
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
background-color: #ffffff;
}
it is working almost ok except of moment of opening lightbox, for tiny moment background has darker color and then it is changing white. Maybe it is background of preloader? please help
Thanks
Hey!
Please add following code to Quick CSS as well
.mfp-bg { background: white !important; }
Regards,
Yigit
Awesome. thanks!