askdesign
10/19/2017 - 12:20 AM

Search Form Placeholder Text

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/