Log in
Log into community
Join the Webstudio community
View all posts
Related posts
Was this helpful?
๐
๐
๐
Powered by
Hall
Inactive
Updated 5 months ago
0
Follow
Form Input
Form Input
Inactive
0
Follow
At a glance
B
Batman-sama
5 months ago
ยท
Hey,
Can someone tell me how the font color and family can be changed for placeholder text in form inputs?
https://apps.webstudio.is/builder/7f80df27-f903-4021-bbd1-52280d610eab?authToken=2322ac68-2c08-4fe3-b7e8-ef881bd4d6d0&mode=preview
Attachment
M
O
B
5 comments
Share
Open in Discord
M
Milan Boisgard | Uncode School
5 months ago
Hey!
You can add this code in an embed element for example:
<style>
::placeholder {
color: #AAEAAA;
}
</style>
(change de color value of course)
O
Oleg Isonen
5 months ago
placeholder state
Attachment
O
Oleg Isonen
5 months ago
no need to write custom code for this
M
Milan Boisgard | Uncode School
5 months ago
Oups sorry
B
Batman-sama
5 months ago
Thanks to you both (but the placeholder state worked)
Add a reply
Sign up and join the conversation on Discord
Join on Discord