francesco1095
asked 11 years ago

I would like to change all the orange in the theme with a blue like that http://oi43.tinypic.com/33vdeoh.jpg

Please help me 🙂

1 Answers
DominicStaff
answered 11 years ago

Hi !

Can You login Dashboard > theme option > copy code bellow

 
<style>
.news-slider .carousel .carousel-inner .entry-category {
background: #00A1FF !important;
}

.news-slider .carousel-list .other-entry li.active {
border-left-color: #00A1FF !important;
}

.nav-tabs > .active > a:before, .nav-tabs > .active > a:hover:before {
border-top-color: #00A1FF !important;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
background: #00A1FF !important;
}

</style>

In the above code, I have made change the color of slider and widget. Please check and let me know exactly which part you want to change

Regards,

Dominic

francesco1095
replied 11 years ago

Perfect Dominic, Thank you!

Powered by DW Question & Answer Pro