• Resolved Rashunda

    (@rashunda)


    Hello there,

    First, thanks for making the plug in. I really appreciate it. I’m having two issues:

    1. For the life of me I can’t change the input field font color. I could change the style to italics, but not the color. Here’s the code I used when I edited the CSS:

    .mc4wp-form input {
    	font-style: italic;
    	color: #3a3a3a;
    }
    /* input fields */

    2. Input field behavior: I would like for the text “type email + enter” to disappear when the site visitor clicks inside the field. As of now, the user has to actually start typing for the text to disappear. If someone clicks, and the filler text doesn’t disappear, they may think the sign-up field doesn’t work. Is there a way to adjust this?

    My site is rashunda.com

    Kind regards,
    R

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello Rashunda,

    I believe we have communicated in the past maybe on GitHub. I went through your website and noticed you no longer use our plugin.

    Still please find my answers below.

    For styling, can you please try below code:

    .mc4wp-form input {
    	font-style: italic;
    	color: #3a3a3a !important;
    }
    /* input fields */

    Regarding your 2nd question, you would need to add some custom JavaScript to achieve it which is beyond the scope of this support.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS font color problem, input field behavior’ is closed to new replies.