Are you talking about a comment form, not a contact form? If so, it should exist in your theme’s template file.
There is a label element in the maker, which just puts the label in quotes in the shortcode.
[submit “Send”]
I’ve changed that label element to : [submit”Send Request”] and it still says “Submit Comment” in the submission button. This is all edited in the Contact Form generator page…
Is there something else I can try?
thanks!
I guess you’re editing wrong place. Where can I check the page?
http://www.relationshipcounselingcenterlongbeach.com/wp-content/themes/seso/css/style.css
Line #333
.wpcf7 input[type=checkbox]{color:#666; margin: 2px 10px 5px 0px; padding:10px; background: #f3f3f3 url(../images/comment-bg.jpg); border: 1px solid #ccc; -moz-border-radius: 3px;-webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow:0 0 5px rgba(51,51,51,0.15); -webkit-box-shadow:0 0 5px rgba(51,51,51,0.15); -box-shadow:0 0 5px rgba(51,51,51,0.15); -webkit-background-clip: padding-box;width:auto;}
.wpcf7 input { width: 50%; color:#666; margin: 2px 10px 5px 0px; padding:10px; background: #f3f3f3 url(../images/comment-bg.jpg); border: 1px solid #ccc; -moz-border-radius: 3px;-webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow:0 0 5px rgba(51,51,51,0.15); -webkit-box-shadow:0 0 5px rgba(51,51,51,0.15); -box-shadow:0 0 5px rgba(51,51,51,0.15); -webkit-background-clip: padding-box;}
It’s just an image background.
http://www.relationshipcounselingcenterlongbeach.com/wp-content/themes/seso/images/submit-comment.png
The text is correctly “send request”.
Miyoshi-san –
Didn’t even think to check that there was a static image…
ARIGATO!
Hi :>)
Am having an issue with getting the form button to look good, at present time we have the contact form on this page http://lorenrobin.net/contact/ in full page width set to 550px – here is current code we need to shrink the send button down, change the background color to match site colors & hopefully know where to change the wording on the button – thank you so very much for your kind reply, you are greatly appreciated :>)
.wpcf7-form input {
height: 25px;
width: 550px;
border-color: #673257 !important;
}
.wpcf7-textarea {
width: 550px;
border-color: #673257 !important;
}