Remove Dark Overlay on Slider Posted in : TheBlogger janinemar9Participant 17 November 2016 at 17:40 #45497 Hello, How can I completely remove the dark overlay on the slider images? I want to keep the images as they are, not darker with the overlay. – http://www.janinemaral.com Thanks! serkanModerator 17 November 2016 at 22:20 #45503 Hi, Overlay on the slider is providing the contrast between text and image. You can use this custom css code to remove it. .slider-box .post-wrap:before { background: none; } When you remove it, text will not be readable, so you can add this custom css code as well, .slider-box .post-thumbnail .entry-title a, .post-thumbnail .more-link { color: #000; } .is-slider-more-link-button-style .post-thumbnail .more-link { border: 2px solid #000; } Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register