• Resolved kylecassaday

    (@kylecassaday)


    Hello,

    I am wondering if you can tell me how to style the tooltip in the contact form to email plugin for wordpress. The tooltip I am referring to is the the one that pops up when you enter an invalid email address. (The text on the tooltip says “Please enter a valid email address.”)

    I need to style it because when the tooltip pops up the text is not visible, probably due to white font. So if you can tell me how to refer to it in css, or what file/page it is in, that would be great.

    Thank you for your time.

    Kyle Cassaday

    • This topic was modified 9 years, 4 months ago by kylecassaday.
Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Add the following CSS style:

    .cpefb_error{color:#000 !important}

    …into the plugin CSS file “contact-form-to-email/css/stylepublic.css” or into your website theme CSS file.

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Styling the tool tip’ is closed to new replies.