Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi there,
Under the “media” setting, Is there any way to change the color of the “lightbox on hover”?
It defaults to darkening the image, I’d really prefer it lighten it.
Hello,
Yes, please add this code into your custom css box in Appearance > Customize > Additional Css:
.cl_media .lightbox {
background: hsla(255, 90%, 90%, 0.52);
}
Change the color and gradient to your wish.
Let us know.
Best regards!
You must be logged in to reply to this topic.