Jump to content

Customise the styling of post submit form text

Go to solution Solved by niteshifte,

Recommended Posts

@niteshifte Can you make "Thank You!" bold in the form post-submit settings? Afterward, I can provide you with custom code to further customize the form post-submit message.

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment

@niteshifte You can add this code snippet:

.form-submission-text p {
	font-size: calc((1.1 - 1) * 1.2vw + 1rem) !important;
	color: #262f35 !important;
	font-weight: 400 !important;
}

.form-submission-text strong {
	font-size: 3rem !important;
	color: #262f35 !important;
	line-height: 5rem !important;
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment
4 minutes ago, Lesum said:

@niteshifte You can add this code snippet:

.form-submission-text p {
	font-size: calc((1.1 - 1) * 1.2vw + 1rem) !important;
	color: #262f35 !important;
	font-weight: 400 !important;
}

.form-submission-text strong {
	font-size: 3rem !important;
	color: #262f35 !important;
	line-height: 5rem !important;
}

 

That works great Sam, only thing is on mobile the paragraph text is tiny, tiny. Can we increase this up please? thanks!!

IMG_0093.PNG

Link to comment

@niteshifte Add this code to fix the mobile font issue

@media only screen and (max-width: 767px) {
	.form-submission-text p {
		font-size: calc((1.1 - 1) + 1rem) !important;
	}
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment
  • Solution
3 minutes ago, Lesum said:

@niteshifte Add this code to fix the mobile font issue

@media only screen and (max-width: 767px) {
	.form-submission-text p {
		font-size: calc((1.1 - 1) + 1rem) !important;
	}
}

 

If i wanted to tighten the padding on the desktop version so the paragraph text wraps around a bit more, what bit of code would I need to add? Then I will leave you alone. Thanks so much!

Link to comment

@niteshifte You can add this code 🙂

@media only screen and (min-width: 768px) {
	.form-wrapper .form-submission-text {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.