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
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: #...;
}
Please login or Register to submit your answer