This topic has 5 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hello! I am using the default setting of the “Contact us” page and would appreciate some help:
-I would like to delete “surname” from the name field (so it just says “Name”)
-I would like to change the message that comes up when a message is sent. Right now it says “all is well, your email has been sent.” I would like to change that to “Your message has been successfully sent.”
-On the above message, it comes up in a green background- I would like to change that to a pink background.
Thank you so much for your help!!!
Hello,
Please provide us with wp-admin and FTP credentials.
Regards,
Jack Richardson
Hello,
1. You need edit the file wp-content/themes/legenda/contacts.php, find the lines with ‘Name and Surname’ and remove “surname”.
2. To change that text you need edit the same contacts.php file, line 64.
3. To change the background color of the message add this code into custom.css file:
.success {background-color: #98C391 !important;}
and change the color value to yours.
Here you can watch the tutorial how to create custom.css.
Also we recommend you to make any changes in files via child theme: http://codex.wordpress.org/Child_Themes not to lose the modifications after theme update.
Regards,
Eva Kemp.
Great! Thank you, it worked!
I tried to make a child theme but writing the style sheet made me nervous. I am just going to make a list of all the modifications I do and when I update my theme I’m going to redo them.
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Contact us form’' has been successfully resolved, and the topic is now closed for further responses