Home Forums Basel support forum Mobile Menu Background colour White Reply To: Mobile Menu Background colour White

#259807

Hello,

If you mean the placeholder in the search, please add this code and set the color:

.searchform input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.searchform input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.searchform input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.searchform input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

Best Regards