PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Formatting Confirmation Message

  1. I cant seem to find a way to edit the confirmation message. I just need to change the color. I looked at the CSS target guide and what is listed there doesn't address changing the font color. "Online Confirmation Message
    displays on same page upon successful completion of the form
    example: inline confirmation message (div) – applies to all forms
    view sourceprint?
    1 body #gforms_confirmation_message {border: 1px solid red}

    Any help would be appreciated

    Posted 10 years ago on Tuesday July 9, 2013 | Permalink
  2. Richard Vav
    Administrator

    So to change the font color of the confirmation message you would add the following to your theme's stylesheet or wherever you are instructed to place custom CSS.

    body #gforms_confirmation_message {
    color: red;
    }

    If that doesn't work for you can you provide us with a link to the page containing your form so we can see how your theme's CSS and the Gravity Forms CSS are interacting.

    Regards,
    Richard

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  3. That worked! You're the best!

    thank you.

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome.

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink

This topic has been resolved and has been closed to new replies.