• Resolved jonburr

    (@jonburr)


    Can you identify the css selector to style placeholder text in an email address field?
    I’m having trouble finding it with the Chrome inspector…

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jonburr

    (@jonburr)

    – I can center it and change the font size, but not the color – with input#yikes-easy-mc-form-1-EMAIL

    Thread Starter jonburr

    (@jonburr)

    I found it –

    input#yikes-easy-mc-form-1-EMAIL::placeholder {
    color: white;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Selector for Placeholder Text?’ is closed to new replies.