Hi I would like to add a border to the image when the image is displayed in lightbox. Like a 5px border with round corners.
If there is a way to add a watermark to the image as well.
Thank you for your help.
Hey mxwealth!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.mfp-content img {
border: 5px solid white;
}
Cheers!
Yigit
Thanks, it doesn’t look good. the title goes over and the X exit button is chopped as well. Thanks
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hello, did you guys find the way so the border fits the image without the space for tittle and bottom text?
Hi, no, we didn’t. Check here:
http://leather.239web.net/gallery/
click on any image. Take care!
Hi!
use this code in Quick CSS field:
button.mfp-close {
right: 10px !important;
}
.mfp-title {
margin-left: 20px;
}
and adjust as needed.
Regards,
Andy