Jump to content

Recommended Posts

Posted (edited)

If you want change text color:

#elSearch input[type="search"]::placeholder {
	color: #fff;
}

If you want change background color and the color of the text being entered:

#elSearch input[type="search"] {
	background-color: #fff;
	color: #fff;
}

 

Edited by aXen | 1s2k
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...