Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #484050

    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.

    #484105

    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

    #484113

    Thanks, it doesn’t look good. the title goes over and the X exit button is chopped as well. Thanks

    #484292

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #484682

    Hello, did you guys find the way so the border fits the image without the space for tittle and bottom text?

    #484707

    Hi, no, we didn’t. Check here:

    http://leather.239web.net/gallery/
    click on any image. Take care!

    #485183

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.