Okay
  Public Ticket #2961498
Lightbox
Closed

Comments

  • Naïma Underwood started the conversation

    Hi,

    is there a way to customize lightbox? 

    I'd like to make the background darker.

    Also, if possible, to have it feature the description as well as the title of the image from the Media Gallery. Or alternatively, can the description appear in the meta box, as well as the title? 

    For some reason, the only place the image description appears is when the meta is outside the box, but there's no option for it to be in the box or in the lightbox...

    Thanks!

  •  865
    Neuron replied

    Hi,

    Can you please send me the colors that you want to apply to the lightbox, so then I can provide you with some CSS code to achieve that?

    Feel free to ask for anything you need.

    Kind Regards


  • Naïma Underwood replied

    Hi! I'd like the background to be completely black, and the icons white (as they already are).


    Also, is it possible to add a Zoom button?


    Thank you!

  •  865
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .mfp-zoom-in.mfp-ready.mfp-bg {
        background: black;
        opacity: 1 !important;
    }
    

    And, unfortunately, there's not a custom option that will allow you to add a zoom button.

    Feel free to ask for anything you need.

    Kind Regards