color >>black>>green
haw change ????
1 Answers
To resolve this problem, you can log in to Dashboard > theme > Customize > General Setting > add the following code to the “Header Script”
<style>
/*entry-category*/
.news-slider .carousel .carousel-inner .entry-category {
color: #...;
}
/*carousel-list*/
.news-slider .carousel-list .other-entry a {
color: #999;
}
.news-slider .carousel-list .other-entry li.active {
border-left-color: #EE3224;
}
/*entry-title*/
.news-slider .carousel .carousel-inner .entry-title a {
color: #FFF;
}
</style>
See: http://imgur.com/VRZGFBD
/*Most recent features*/
<style>
nav-tabs > .active > a:before, .nav-tabs > .active > a:hover:before {
border-top-color: #FFF;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
background: #EE3224 !important;
color: #FFF;
}
body {
color: #666;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
line-height: 20px;
}
a {
color: #000;
}
</style>
See : http://imgur.com/fqNvxMa
<style>
#colophon.dark #sidebar-footer .widget-title {
color : #...;
}
#colophon.dark a {
color: #...;
}
</style>
Or you can send me a screenshot for further checking.
Regards,
Dominic
Thanks~
Please login or Register to submit your answer