• Resolved carlpanashe

    (@carlpanashe)


    Does anyone know how i can remove the dark overlay on the slider whether through css or any other means? Please assist

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter carlpanashe

    (@carlpanashe)

    found a way to edit css and i managed to deal with the overlay

    Theme Author VW THEMES

    (@vowelweb)

    Hello @carlpanashe ,

    Please add the below CSS code in additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS Code >> Publish it.

    #slider {
        background: transparent;
    }
    #slider img {
        opacity: unset;
    }

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider dark overlay’ is closed to new replies.