Hi,
hope all is well, I have a question regarding the overlay which appears on my slider main header sidebar.. http://prntscr.com/cyv3fs, is it possible to remove this.
thank you in advance
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;
}