SyntaxFix
Write A Post
Hire A Developer
Questions
If the content is loaded via ajax anyway, use javascript to manipulate the placeholder. Every css approach is hack-isch anyway. E.g. with jQuery: $('#myFieldId').attr('placeholder', 'Search for Stuff');
$('#myFieldId').attr('placeholder', 'Search for Stuff');