Okay
  Public Ticket #1050596
lightbox transparency
Closed

Comments

  •  1
    Alexander started the conversation
    Hi,

    The Lightbox display for images in portfolio items shows the portfolio page in the background (see attached screenshot) which is irritating.

    I don't want the original page to be shown through the transparent background of the highlighted image, so it would be good to be able to control that transparency. 

    thanks for helping
    Alex

  • [deleted] replied

    Hi Alex,

    Can you please add the code below to Custom CSS:

    .nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,1) !important;
    }