Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #842311

    Hi there,
    could you please assist with css to change some styling in your lighbox?

    I would like to change the following for all my lightboxes (and images) through the website:
    1) lightbox with no transparency backgroung but with a specific solic color (blue)
    2) Deactivate display of title and pagination of the lightbox
    2) framed image of the lightbox – I would like to add an 5px white border to frame the image (only the image framed)
    3) framed image with 5px white border in portfolio page (overview)

    would that be possible?
    thanks in advance
    aovivo

    #843801

    Hey aovivo,

    Thank you for using Enfold.

    Please use the following css codes.

    .mfp-bg {
        background: blue;
        opacity: 1;
        filter: alpha(opacity=1000);
    }
    
    .mfp-bottom-bar {
        display: none !important;
    }
    
    img.mfp-img {
        border: 5px solid #ffffff;
        padding: 0;
        margin: 0;
    }

    Best regards,
    Ismael

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