manya
asked 9 years ago

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
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro