Archived topic
Change color placeholder
15 replies · Started by Claudio on May 19, 2021
How to change color placeholder?
Hi there,
Have you tried the Navigation Search options at the bottom of Customizer > Colors > Primary Navigation?
Let me know :)
I tried but it doesn't change
Hi Claudio,
The setting Leo mentioned should work.
Make sure you change the color at Customizer > Colors > Primary Navigation > Navigation Search > Background.
If still doesn't work, any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
I don't see anything special on your site, the setting should work.
When you change the color in customizer, the color doesn't change at all?
that's right, it doesn't change
Hum, that's weird.
Any chance you can provide credentials with admin access?
You can use the private info field, I'll take a look at the backend.
where i write the login info?
Hi there,
you can use the Private Information field in your reply
Information added
It works when I tried it:
https://www.screencast.com/t/jpHnXjnCZRL
I apologize, maybe I explained myself badly. I want to change the color of the text: "SCRIVI QUI COSA CERCARE"
Ahh that case try this CSS:
.navigation-search input[type="search"]::placeholder {
color: #ffffff;
}
Thanks, it works fine. Problem solved!