• Resolved richmanfl

    (@richmanfl)


    I wanted to know what the opacity setting is within the plugin, and where can it be set to a lower number? I have this installed on 3 different sites, and each with a different theme, and still get a far too strong setting on the opacity. Would rather it be a .1 versus the usually .4

Viewing 1 replies (of 1 total)
  • Plugin Author afzal_du

    (@afzal_du)

    Hi,
    You can easily inspect and find that out using google chrome inspect tool.
    Here’s the values along with the class

    .mfp-bg{
        /* some other css */
        opacity: 0.8; 
        /* some other css */
    }
    

    you can override it in any css by writing

    .mfp-bg{
        opacity: 0.2 !important; 
    }
    
    • This reply was modified 7 years, 11 months ago by afzal_du.
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the Opacity of the lightbox’ is closed to new replies.