Okay
  Public Ticket #1922780
Background of Lightbox - How to change
Closed

Comments

  •  3
    DEADesign started the conversation

    Hi,

    I need to change/customize background of Lightbox presentation. I would like the bg was white and opaque. It is very important for the right presentation of my art works.

    May you help me and advice, how it can be done?

    I would be grateful for help,

    Best regards,

    Danuta

  • [deleted] replied

    Hi Danuta,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Can you please add the code below to your Custom CSS area:

    .nivo-lightbox-theme-default.nivo-lightbox-overlay {
        background: rgba(255,255,255,0.8) !important;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next:after, .nivo-lightbox-theme-default .nivo-lightbox-prev:after {
        color: #333;
    }

    Have a great day!

  •  3
    DEADesign replied

    Hi Ylli,

    You can't imagine, how grateful I am for your help :)

    I only think, if it is possible to make this white bg 100% opaque, so as not see other works in bacground, while looking in Lighbox mode. It is because seeing other works in background, interrupts perception of a work on display.

    May you tell me, how to do it?

    Many, many thanks for your support :)

    All the best,

    Danuta

  • [deleted] replied

    Hi Danuta,

    Yes you can do that so just edit the:

    background: rgba(255,255,255,0.8) !important;

    to

    background: rgba(255,255,255,1) !important;

    Thanks!

  •  3
    DEADesign replied

    :) :) :) Now, it is perfect !!!

    Thank you so very much for help :)

    Best regards,

    Danuta

  • [deleted] replied

    Hi Danuta,

    I’m happy to hear thatsmile.png

    Have a great day!