Just wondering if anyone knew how to go about changing the color of the arrows and close button in Magnific Popup Lightbox Plugin included with Enfold… Wanted to change them from the preset “white” to “black” (#000000) leaving the rollovers as is…
A short-code I can plug-0in the the Quick CSS Section would be awesome if possible.
Thanks in advance…
Hello!
Try with this code in Quick CSS:
div.avia-popup button.mfp-arrow:before{
color: black;
}
div.avia-popup button.mfp-arrow:hover:before{
color: white;
}
Regards,
Josue
Thanks so much for the prompt response…
That worked awesome for the Arrows, but not for the close “X” button on the top…
Check out the screenshot:
Thanks again for your help :)
Here you go:
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
color: black;
}
.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover{
color: white;
border-color: white;
}
Adjust as needed.
Regards,
Josue
Perfect… Much appreciated!
You are welcome, glad to help :)
Regards,
Josue