Hi. I'm trying to change the color of the Text field's placeholder. I tried looking for a placeholder class inside Styles and change it there, however, it doesn't seem to change the color. I tried putting the code in the header but it still doesn't work. Any advice? Thanks!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
imJihyo
Hi. I'm trying to change the color of the Text field's placeholder. I tried looking for a placeholder class inside Styles and change it there, however, it doesn't seem to change the color. I tried putting the code in the header but it still doesn't work. Any advice? Thanks!
Here's the code I'm using
<style>
.cbFormTextField_placeholder
{
color: #a97bc7 !important;
}
</style>
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.