hi there, how can i change the color of the lightbox closing cross?
And also the text below the lightbox image, the caption; can i manage the color of this too?
——————-
its ok, found it:
color:
/* tekstkleur caption */
.mfp-title {color: black;}
/* close button */
div.avia-popup .mfp-close {
color: black;
width: 40px;
height: 40px;
right: -13px;
text-align: center;
border-radius: 100px;
border: 2px solid transparent;
line-height: 38px;
padding: 0;
top: -5px;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family: Arial, Baskerville, monospace !important;
}
Hey jelle,
Great, glad you found a solution and thanks for sharing :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
this one can be closed as well, thank you