How do I change the “search” placeholder text color in the search box. I know it is linked to the secondary header color but my header is a dark color, so having these be the same color isn’t working.
Hey Kyle,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
Hi,
You can use
#top #s {
color:
}
but please remember to disable your cache as the site is cached
Best regards,
Basilis
I’m not getting it to work using:
#top #s {
color: #333333
}
Hi,
Please use following code instead
::-webkit-input-placeholder {
color: #333333!important;
}
::-moz-placeholder {
color: #333333!important;
}
:-ms-input-placeholder {
color: #333333!important;
}
:-moz-placeholder {
color: #333333!important;
}
Best regards,
Yigit
perfect thanks!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit