HomePage › Forums › Traveler › Customize Search form and filter form › Reply To: Customize Search form and filter form
you can use thí code:
.search-tabs-bg > .tabbable >.tab-content > .tab-pane.active {
background: #4de2dc !important;
}
.search-tabs-bg > .tabbable > .nav-tabs > li.active > a {
background: #9939ff;
border-color: #51d214;
color: #fff900;
}
.search-tabs-bg > .tabbable > .tab-content .btn.btn-primary.fa.fa-plus,.search-tabs-bg > .tabbable > .tab-content .btn.btn-primary.btn-lg {
background: #9939ff;
border-color: #51d214;
color: #fff900;
}
thank