Viewing 4 replies - 1 through 4 (of 4 total)
  • If you set the responder Mail to “Use HTML content type” then you can include regular HTML in the “Message body” in the mail section.

    There you would be able to add your CSS and change the color of your font.

    Thread Starter atiscareno

    (@atiscareno)

    Dear Davmerit –

    Thanks for the response, however I wasn’t looking to edit the message body. I was looking to change the color of the response message text. As an example, there is a default response when any user sends a mail message that displays “Your message was successfully sent.” That message response has a green border around it as well. I would like to change the color of the font used on the response, plus either change the color of the border or eliminate the border altogether. Do you know how this can be accomplished?

    Sorry if my original post wasn’t clear.

    Many thanks!

    🙂 – sorry for the first reply.

    You may use Firebug or Chrome Dev Tools to examine the CSS used for the confirmation elements.

    Altenatively you can see the CSS the CF7 plugin uses for confirmation message elements at Default CF7 CSS style.

    You could change the font color by

    div.wpcf7-response-output {
    // change your color here​
        color: #398f14; 
    
    }

    Thread Starter atiscareno

    (@atiscareno)

    Perfect. That worked! I appreciate the insight!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font color of Contact 7 – Auto responses’ is closed to new replies.