• Is there a way to remove the darkening filter on the image slider? I would like to have full color photos displayed and not to have them so darkened.

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hi,
    you can remove the overlay using this css code:

    .overlay {
        background-color: transparent;
    }

    you can add the code above using custom css plugin

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