Is there a way to select the text input values first letter and change its color via CSS in the stylesheet? so for example, I have
You cant do it by using an "input tag".
You have to use a div tag (cf: How do I make an editable DIV look like a text field?), then use another tag (like div) only for your first char, then apply your style on it.
*Property Address :
Another solution by DivinusVox (works only if the first char is a letter):
o Property Address :