I am styling the search bar on a Wordpress site and I need to modify the placeholder text for that bar only. I do not have access to the HTML.
Here's the code I have so far:
#searchform-5aea17efae9386\.31889305 {
border-radius:25px;
}
I need the Placeholder text to be color:#d2d4d3
- everything I've tried has changed the color of every instance of placeholder text instead of targeting the specific search bar.
Here is the HTML
<input itemprop="query-input" type="search" name="s" id="searchform-5aea17efae9386.31889305" placeholder="Search this website …">
Any help would be great, thanks.