Changing color of thank you message
How to change the color of the thank you message
Open the form editor>Settings tab.
Under Thank You Page section, tick the box “Use Custom Thank You page” and click the Edit Pen.
Edit the body and the h1 code to the color codes you want.
4. Click Save Custom Thank You message.
How to change color of thank you message customized.webm
Here are the code lines I mentioned in the video.You can replace the hex code in them with any hex code you want
body { font-family: Helvetica, Arial, sans-serif; color: #68aa13; }
h1 { font-size: 20px; margin: 0 20px 0 0; color: #68aa13; }