SyntaxFix
Write A Post
Hire A Developer
Questions
If you want the placeholder text to be red you need to target it specifically in CSS.
Write:
input::placeholder{ color: #f00; }