Removing Overlay On Slider Without Removing Title and Subtitle
-
I couldn’t find an option to remove the overlay on the slider so I’m trying to remove it by adding some custom css, but whenever I use the following code:
.sec-slider-overlay {
display: none;
}It removes the overlay, but also removes the title and subtitle text which I don’t want to remove.
Any help with this is greatly appreciated. Thanks.
- The topic ‘Removing Overlay On Slider Without Removing Title and Subtitle’ is closed to new replies.