Hello, I’m trying to disable or deactivate the 2nd Lightbox once the AJAX portfolio is active.
I only use 1 image and there’s no point for me to Lightbox it again if I’m already seeing it inside the AJAX Portfolio box.
I was trying to do it in the base.css ( /* #Misc line 373 )
I hope this make sense and you guys can help me out.
Happy Friday! Cheers!
Hi Armando!
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.portfolio-preview-image .avia-slideshow-inner {
pointer-events: none;
}
Cheers!
Yigit
Hello Yigit!
No worries,
Awesome! thanks for the help.
Regards!