Okay
  Public Ticket #809752
lightbox vs theme border
Closed

Comments

  • Yihan started the conversation

    Hi there,

    Please check my website first http://yihanzhang.com. Click the thumbnail titled as "Dragon" on the home page, you'll open a lightbox image. Then you'll find some part of the lightbox background and part of the image description were "cut" by the theme border. ( check the screenshot attached ). Could you guide me fix it? Thanks.

    Yihan

  • [deleted] replied

    Hi Yihan,

    That is happening because the white color of lightbox is transparent, just add the code below to Custom CSS

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light {
        background-color: rgba(255,255,255,1) !important;
    }
    .lg-outer {
        z-index: 999999 !important;
    }
    
  • Yihan replied

    Fixed. Thank you.

  • [deleted] replied

    Hi Yihan,

    Glad to hear that :)

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a nice weekend!