How/Where do I change the color of the red on the news carousel.
2 Answers
Hello
If you want to change the color of the red on the news carousel for theme DW Focus, you can log in to Dashboard > theme option > add code following:
<style>
.news-slider .carousel-list .other-entry li.active {
border-left-color: #...;
}
</style>
But If you using the new update version, you can find the theme option in Dashboard > Appearance > themes > customize > General Setting.
see the screenshot (new version) : http://imgur.com/5svdrgK
Regards,
Dominic
Please login or Register to submit your answer