Reply To: Overlay

#22642
Daniel Tara
Keymaster

You need to add this code to the custom CSS:

.sidebar-full-screen .custom-query-slider .slide .background-parallax::after {
    content: none;
}

Without an overlay the background will be white, same as the text color, so I recommend you also change the color of the text:

.slide-container h2, .slide-container .entry-content {
    color: #333 !important;
}