Form input text color?

Hmm, I’ve refreshed design mode but still my form input color does not seem to update even though it appears to be set for the color desired. Didn’t see this topic yet so I thought I’d ask.

Are you referring to the placeholder text that appears before a user enters text into the field?

If so, this would require a custom embed block w/ a <style> tag. Here’s how you might go about coloring the placeholder text using CSS: :placeholder-shown | CSS-Tricks - CSS-Tricks

1 Like

Yep, whoops should have clarified that once I type in the fields the color is correct, but the is no styling attribute for the placeholder and assumed it would take on the color attributes of the input. The embed block is how I’m doing it now. Thx.

Changes to the Color Attribute changes the Label colors and not the Text input color. See this screenshot: