• Resolved orbore

    (@orbore)


    Hi guys, and thank you for the great plugin!
    I’m not able to find the controls to set a specific text and background color when a field is focused. I’ve looked many times the control palettes, but without result 🙁
    I also tried to insert the following text in the CSS editor:

    .wpcf7 input[type=”text”]:focus,
    .wpcf7 input[type=”email”]:focus,
    .wpcf7 textarea:focus
    {
    background: #000000;
    color: #FFFFFF;
    }

    and I’ve obtained the white text, but the background won’t change to black.

    Thank you very much for your help. Giorgio

    https://wordpress.org/plugins/contact-form-7-style/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Johnny

    (@ionuticlanzan)

    Hi orbore,

    Thank you for using CF7 Style plugin.
    Please try this piece of code to insert in the CSS editor:

    body .cf7-style input[type=”text”]:focus,
    body .cf7-style input[type=”email”]:focus,
    body .cf7-style textarea:focus
    {
    background: #000000;
    color: #FFFFFF;
    }
    Let us know if this helps. Thanks!

    Thread Starter orbore

    (@orbore)

    Hi Johnny,

    thank you very much! All works perfectly now!

    All the best
    Orbore

    Plugin Author Johnny

    (@ionuticlanzan)

    Happy we could help you out.

    Btw, if you have a moment, I would very much appreciate if you could quickly rate the plugin on WP,to let us and others know about your experiences by leaving a review, so that we can improve the plugin for you and other users (don’t forget to click the Post button to submit the rating) :

    https://wordpress.org/support/view/plugin-reviews/contact-form-7-style#postform

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Input and textarea focus’ is closed to new replies.