i don’t see this css in Theme option > advance setting. am i checking at the correct place or you meant some where else ?
below are the all css i have.
#nav-main {
overflow: visible;
}
#nav-second {
overflow: visible;
}
.kad-topbar-right #topbar-search .form-search {
float: right;
}
#topbar-search input[type=text] {
height: 39px;
}
div#s2id_autogen1 {
margin-top: 4px;
}
#topbar .select2-container .select2-choice {
color: #fff !important;
border-color: rgba(0,0,0,.05);
}
.topclass .select2-container {
background: rgba(255,255,255,.2);
}
.topclass .select2-container .select2-choice .select2-arrow b:after {
border-top-color: #fff;
}
.widget-2.topbar-widgetcontent {
float: left;
}
#topbar {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
.admin-bar #topbar {
top:28px;
}
.headerclass {
margin-top: 30px;
}
@media (max-width: 767px){
.home .home-iconmenu {
width:50%;
float:left;
}
.homeitemcount3{
clear:left
}
}
@media (min-width: 767px) {
.form-search {
width: 60%
}
.kad-topbar-left {
width: 30%;
}
.kad-topbar-right {
width: 70%;
}
}
.kad-topbar-right {
width: 70%;
}
@media (min-width: 992px) {
.form-search .search-icon {
float: right;
position: relative;
margin-top: -33px;
}
}
.woocommerce-result-count {
display: none;
}
@media (max-width: 992px) {
.sliderclass.home_sliderclass {
display: none;
}
}
div#s2id_autogen1 {
background: #577DA0;
}
#topbar span#select2-chosen-2 {
color: #FFFFFF;
}
#topbar .select2-container–default .select2-selection–single {
background-color: #577DA0;
}
#topbar .select2-container–default .select2-selection–single .select2-selection__rendered {
color: #fff;
}
#topbar .select2-container–default .select2-selection–single .select2-selection__arrow b {
border-color: #fff transparent transparent transparent;
}