• Resolved Crssp

    (@crssp)


    Working at styling placeholder text, and have seen many coded solutions.
    Can’t seem to make this one work…
    https://github.com/ibericode/mailchimp-for-wordpress/issues/98

    This solution is so elegant, but can’t seem to get it to work out.

    .mc4wp-form input::-webkit-input-placeholder,
    .mc4wp-form input:-moz-placeholder,
    .mc4wp-form input::-moz-placeholder,
    .mc4wp-form input:-ms-input-placeholder
     {
       color: #3a3a3a;
    }
    

    It is in the footer the widget is clear on the bottom right:
    Sub-domain vscc.findlaydigitaldesign.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Lap

    (@lapzor)

    Maybe try like this:

    .mc4wp-form input::-webkit-input-placeholder,
    .mc4wp-form input:-moz-placeholder,
    .mc4wp-form input::-moz-placeholder,
    .mc4wp-form input:-ms-input-placeholder
    {
    color: #3a3a3a !important!
    }

    Thread Starter Crssp

    (@crssp)

    I have tried it with the !important, it was still a no go.
    I’m sure it is a matter of not having the specificity right, maybe regarding how the plugin treats the ‘Dark Theme’ CSS calls?

    Did you see the site, bottom right footer widget at:
    vscc.findlaydigitaldesign.com

    Plugin Contributor Lap

    (@lapzor)

    Where did you add the code to your website? Are you sure it is actually being loaded on the user-side of things?

    Plugin Contributor Lap

    (@lapzor)

    I have now closed this ticket as there has been no replies for a while.

    If you are still experiencing some issue please open a NEW ticket. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘P\laceholder color help?’ is closed to new replies.