Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    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”]

    Thread Starter kasunagi

    (@kasunagi)

    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!

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    I guess you’re editing wrong place. Where can I check the page?

    Thread Starter kasunagi

    (@kasunagi)

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    https://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.
    https://www.relationshipcounselingcenterlongbeach.com/wp-content/themes/seso/images/submit-comment.png

    The text is correctly “send request”.

    Thread Starter kasunagi

    (@kasunagi)

    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 https://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;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Contact Form 7] Submit Button Change Text’ is closed to new replies.