Jose Miranda Negron
asked 8 years ago

For example the big story slider the black i want it another color and all the widget title top its black also another color

1 Answers
DominicStaff
answered 8 years ago

You can add the following code to the style.css file:

.dw_focus_widget_news_slider .carousel-navigation, .widget_news-slider .carousel-navigation {
 background: #...;

}

.dw_focus_widget_news_slider .carousel-title-indicators li.active:before, .widget_news-slider .carousel-title-indicators li.active:before {

 background: #...;

}

.dw_focus_widget_news_slider .carousel-entry:after, .widget_news-slider .carousel-entry:after {

 background-image: -webkit-linear-gradient(top, transparent 0, #000 100%);

}

.dw_accordion .panel-collabse-in .panel-heading {

 background: #...;

}
Powered by DW Question & Answer Pro