Viewing 1 replies (of 1 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    Unfortunately the page overlay color and opacity is set with JavaScript, but you can override it with some clever css:

    #jr_overlay[style] {
    background: #fff !important;
    opacity: .7 !important;
    }

    Those values look good with the Twenty Fourteen theme, but you can adjust them as needed for yours. If you have a custom theme or child theme, you can add it to the theme’s style.css file; otherwise, use a Custom CSS plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘White background option’ is closed to new replies.