Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #420114

    How do I control the opacity of the black background lightbox?

    #420550

    Hi mleite1!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
      opacity: 0.3;
    }

    Regards,
    Yigit

    #420565

    Perfect, Yigit.

    Thank You.

    ANOTHER QUESTION (SAME PROBLEM)
    Enjoying the contact, when I put the mouse over the thumb carries a white band which should appear the title. How to change the color and transparency of this white band?

    #420969

    Hi!

    I’m not sure I understand what you mean, could you provide us with a screenshot highlighting your problem please?

    Best regards,
    Rikard

    #421016

    Hello Rikard, see image on the link.

    Need to change the color and opacity of this white band.

    https://www.dropbox.com/s/92lnfz850czdb1r/WHITE_BAND_THUMBS.jpg?dl=0

    #421230

    Hey!

    Please add following code to Quick CSS

     figcaption .avia-arrow { display: none; }
    figcaption.av-inner-masonry-content {
      background-color: rgba(255,255,255,0.7)!important;
    }

    Cheers!
    Yigit

    #421241

    I will test you and return

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘OPACITY BACKGROUND LIGHTBOX’ is closed to new replies.