Hello everyone, I would like to know if there is a custom css to set a different color of the scroll arrows of the lightbox and the caption text that appears below the images.
thanks
Best Regards
Hi oiser!
Thank you for using Enfold.
You can try this on Quick CSS:
.mfp-title {color: red;}
div.avia-popup button.mfp-arrow:before {color: blue;}
.mfp-counter {color: orange;}
Best regards,
Ismael
Hi Ismael, thanks a lot!
Now everything looks perfectly, cool!
One last thing: to change color also to the “x” to close the lightbox?
thanks again
regards
Hey!
Please add following code to Quick CSS as well
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: red; }
Cheers!
Yigit
Hi Yigit, thank you a lot! :)
It’s not important, but is there way to change also the color of the circumference around the x of closing?
Regards
Hi!
Please add following code to Quick CSS as well
div.avia-popup .mfp-close:hover { border-color: orange; }
Best regards,
Yigit
thank you, very nice!
Have a nice week end!