Home › Forums › Basel support forum › Mobile Menu Background colour White › Reply To: Mobile Menu Background colour White
January 19, 2021 at 6:16 pm
#259807
Elise Noromit
Member
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