Jump to content

Post-submit message

Recommended Posts

Hi there,

Does anyone happen to know how to amend the colour of the "Post-submit message" copy at all?

I was under the impression I would be able to do so via the navigation Newsletter - Advanced - Post submit message but can't seem to amend.

Thanks,Anika

Link to comment
  • Replies 4
  • Views 3.4k
  • Created
  • Last Reply

The post submit message takes on the same font as your normal text. Depending on the template you are using, this font will be controlled within the Style Editor using the option titled "Text" or "Body Text" or something similar. If you want to change this font without affecting the other text on your pages, try adding this code into your CSS editor:


.form-submission-text {
   font-size: 20px;
   color: blue;
}

Link to comment
  • 1 year later...
  • 1 month later...
Guest iamme123

Here is the CSS to affect the body text and text link text in the Form Block post-submit message:


/* Form Block post-submit text styles */
.form-submission-text {
    font-size: 20px;
    color: blue;
}

/* Form Block post-submit text link styles */
.form-submission-text a{
    font-size: 20px;
    color: red;
}

Hope this helps!

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.