Latest Reply from HeyItsNet at 2013-12-31 11:52:03 Solution
Hi, how can I change the pink/blue buttons on the slider and also the search icon in the search boxes to different colors?
Hi!
All the settings that concern to search you can find in style.css:
/*------------------------------ SEARCH ------------------------------*/
#s {
background: none repeat scroll 0 0 transparent;
border: medium none;
color: #fff;
float: left;
height: 32px;
line-height: 32px;
width: 160px;
}
.searchbtn {
height: 32px;
width: 33px;
}
.searchform {
background: none repeat scroll 0 0 transparent;
border: 1px solid #B50078;
height: 32px;
width: 238px;
}

Slider navigation can be changed in the file css -> index.css:
.fp-pager a { background-image: url(../images/smt/slider-page.png); color:red; cursor:pointer; margin: 3px 8px 0 0; padding: 0; display: inline-block; overflow: hidden;  text-indent: -999px; background-position: 0 0; float: none; line-height: 1; width:10px; height:10px;}
.fp-pager a:hover, .fp-pager a.activeSlide { background-image: url(../images/smt/slider-page-active.png); }
ok great, thank you! :)

Leave a reply

Add codeAdd image