Since I tried everything I could find and think of…
-
Is there a way to change the font of the “thank you” that appears after someone used the “contact form” to send an email?
The blog I need help with is: (visible only to logged in users)
-
Hi Bernard,
If you’re using the “Personal” plan or higher, you can customize the font. In this case, use the “.contact-form-submission h4” CSS selector to write custom CSS, as shown in the following example, to modify the font family.
.contact-form-submission h4 {font-family: "Roboto", sans-serif;}Give it a try, and let me know how that goes!
-
It didn’t work. But to be sure I did what’s needed—as I’m new to all this… I entered the CSS you gave me in Advanced/Additional CSS box, then hit return. I then saved the edit, exited, open back the Contact page, then sent myself a message which triggered this message (see attached) with that font. It’s a problem because I’m using “Cormorant” as a font, everywhere or system-wide, and that font just looks, well, completely off. .
-
-
Could you please resend the screenshot or upload it to https://snipboard.io/ and share the link? Imgur has been down for the last couple of hours, and I’m unable to access it.
-