Koen
(Koen)
1
I want my font in this form the color white?
i does not work… what do i do wrong?
it has a class… text color white?
http://herfst-en-ruiter.webflow.io/
Designer Link:
https://preview.webflow.com/preview/herfst-en-ruiter?preview=77e9409d07f810d961c10542476c3fb6
vincent
(Vincent Bidaux)
2
You forgot to type text in
http://vincent.polenordstudio.fr/snap/3ns5f.gif
Th grey text you see is placeholder text and we can’t control it in webflow
Try to control it with custom code:
::-webkit-input-placeholder {
color: red;
}
:-moz-placeholder { /* Firefox 18- */
color: red;
}
::-moz-placeholder { /* Firefox 19+ */
color: red;
}
:-ms-input-placeholder {
color: red;
}
Koen
(Koen)
3
Is this new?
In the past we could do this?
www.suuzy.nl
No, the placeholder text was always not able to be controlled.
I would use the custom code that @vincent provided and that will change the grey placeholder text to the color you would like.
If you look closely on the example site you gave, the placeholder text is a grey color and when you type something in the text is a black color.
Koen
(Koen)
5
Thanks all! i really never knew this. Dame shame!
2 Likes
system
(system)
Closed
6
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.