Overlay

Viewing 2 posts - 1 through 2 (of 2 total)
  • #22640
    asdren
    Participant

    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

    #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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.