Dear Support Team,
I tried removing the shadow in the DW Focus slider, but it does not work with the following code in CSS
.news-slider .carousel .carousel-inner .entry-thumbnail:before {
background: none;}
How can I fix this?
1 Answers
To resolve this issue, you can log in to Dashboard > DW Focus > General, then add the following code to the Custom CSS:
.dw_focus_widget_news_slider .carousel-entry:after, .widget_news-slider .carousel-entry:after {
background: none;
}
Hope this helps !
Please login or Register to submit your answer