Okay
  Public Ticket #1522425
Lightbox
Closed

Comments

  • alicepolenghi started the conversation

    Hi!

    I am creating some portfolio galleries with the "side portfolio" style. When clicking on one image to enlarge it, the overlay backgound is by default grey/black with some transparency (see picture attached). Is it possible to change that color? And how?

    I haven't managed to find a solution in the forums yet - probably i do not know the right name of this element.

    Else i am very satisfied with the theme so far : )

    Thanks in advance
    Alice

  • [deleted] replied

    Hi Alice,

    Before you continue with further steps, first consider reading the article we wrote about How to Add Custom CSS to your site. Then paste the code below in Custom CSS Section.

    .nivo-lightbox-theme-default.nivo-lightbox-overlay {
        background: #666;
        background: rgb(0, 0, 0);
    }

    Thank you.