How to change the color of the placeholder text inside a search form
/* --- COLOR OF SEARCH PLACEHOLDER TEXT --- */ input[type="search"]::placeholder { color: #7f868f; } https://css-tricks.com/almanac/selectors/p/placeholder/