
Change the Contact Form "The Question" Text
On SmugMug's default "Contact" page in the menu-bar a form pops up asking the user to enter their e-mail address, the email subject, and "The Question". If you would like to customize the form and change "The Question" text, use the CSS below. You could change it to something like "Enter your comments here:", or "Fill out the Form Below to Contact Me", or any other text your heart desires. Add the following CSS to your theme's Advanced CSS section:
/* Set the The Question text to your own wording */ .sm-contact-pro-form:before { content: "This is the text you want above the text box"; position: absolute; top: 215px; left: 200px; } /* Hack to hide the The Question */ .sm-contact-pro-form .sm-form-contents .sm-form-field-overhead:nth-child(4) label { visibility: hidden; }
Mark Freeman
on February 9, 2014Thank you, Aaron. Your code worked like a charm!
foxhusky
on January 16, 2014Thanks! My site is Dutch and I changed that line to the Dutch language. I wish I could change all English text into Dutch...
zone8photography
on November 30, 2013Thank you! I wanted to add my phone number on that page. Thanks to you it is done!
Fabio Thian Photography
on November 18, 2013Hi Aron
added the code but it doesn't work.
DelightfulLight
on October 16, 2013Thank you so very much for your kind generosity.