• I’m using Elementor on the Juniper theme and I’ve installed a Master Slider image on the front page, however when it is displayed it appears to have a dark over lay.

    Any suggestions please?

Viewing 1 replies (of 1 total)
  • Hi,

    There is a transparency effect that is creating the darkening over your image. If you are comfortable with CSS, you can try out this styling by copying and pasting it into the “Custom CSS” field in your customizer. It should remove the dark overlay:

    section.frontpage-banner.parallax_active {
    background: rgba(0, 0, 0, 0)!important;
    }

    – Jacob

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