Okay
  Public Ticket #1867229
Unite slider black overlay on images
Closed

Comments

  •  1
    Jay started the conversation

    How can I remove the black overlay that's on top of the images in the Unite slider,or reduce it's opacity.

  •  529
    Igor replied

    Hi,

    you can change "Dotted overlay size" parameter in the Slider settings

    4803434878.png


    Regards,
    Igor

  •  1
    Jay replied

    Thank you for the response. That however doesn't remove the black overlay, it just creates a pattern on top of it.

  •  529
    Igor replied

    Hi,

    did you try to set it to None

    4379586715.png


    Regards,
    Igor

  •  1
    Jay replied

    It was set to none,but the effect is still there.

  •  529
    Igor replied

    Hi,

    Please provide URL to your site and super admin login details so we can take a look and see what could be the issue

    Regards,
    Igor

  •  1
    Jay replied

    Finally solved it by add this to the Custom CSS.

    .tp-revslider-slidesli:after {
      
      background:none;
    }
  •  529
    Igor replied

    Hi,

    I am glad that you managed to solve the problem which you had

    Regards,
    Igor

  • Eric replied

    Thank you Jay, I had the same problem, and your solution work perfectly.

    I changed the code as follow, so I still can manage the opacity of the layers :

    .tp-revslider-slidesli:after {
        opacity: 0.4;
    }

    If opacity is set to 1, then your image will look darker, as if a grey overlay was on top. If it's set to 0, no overlay at all. For me, 0.4 suits the best.

  •  529
    Igor replied

    Hi,

    thank you for your solution too

    Regards,
    Igor