Guest Posted February 11, 2016 Posted February 11, 2016 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
Justin Posted February 11, 2016 Posted February 11, 2016 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; }
AlluPhotography Posted October 4, 2017 Posted October 4, 2017 Hi! I tried that and it works except for the link. The link still appears in black even though in the styles I have set another color.Any idea about what to do with it?https://valokuvauskurssi.squarespace.com/kurssit/alku-valokuvauskurssi Thanks! :)Alejandro
Guest iamme123 Posted November 13, 2017 Posted November 13, 2017 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!
Guest iamme123 Posted November 13, 2017 Posted November 13, 2017 To clarify, enter this in the CSS Editor within Design -> Custom CSS: Using the CSS Editor
Recommended Posts
Archived
This topic is now archived and is closed to further replies.