• Resolved churchinchicago

    (@churchinchicago)


    We are using a Contact Form 7 contact form on our website. The code is listed below. What we are seeing happening is the “send” text is white and almost invisible because of the white background until you hover over it, then it becomes gold background and you can click on it. Also, “send” is in lower case instead of initial caps. What can we do to make the send text visible and in initial caps? Thank you.

    _____________________________

    [honeypot hooneypot-552]
    Your Name
    [text* your-name akismet:author]

    Your Email
    [email* your-email akismet:author_email]

    Your Location
    [textarea your-location x2]

    Comments
    [textarea your-comments x2]

    [submit “Send”]

    The page I need help with: [log in to see the link]

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

    (@takayukister)

    Try switching to the default theme.

    I have the same problem at https://lenzibangkok.com/reservation/
    Can you suggest a css code to add in the lab ADDITIONAL SETTING for having the white borders of the SEND button and as well a white font for the word SENT? Thanks!

    Hi, churchinchicago, I am another Contact Form 7 user.

    It looks like there is some custom CSS that was added that determines the color of the submit button:

    input[type="reset"], input[type="button"], input[type="submit"], .entry-meta-bar .readmore, #controllers a:hover, #controllers a.active, .pagination span, .pagination a:hover span, .wp-pagenavi .current, .wp-pagenavi a:hover {
        background: #ffffff;
        border-color: #ffffff !important;
    }

    You can try removing the CSS above from your site; otherwise, if you are unable to do that, I would suggest adding the following CSS from within the customizer to address this issue:

    input.wpcf7-form-control.has-spinner.wpcf7-submit {
        text-transform: capitalize;
        border: 1px solid #439f55;
        background-color: #57ad68;
    }
    Thread Starter churchinchicago

    (@churchinchicago)

    Takayuki,

    Thanks, but I didn’t know how to switch to the default theme.

    Ian,

    Thank you; your code (the second listed) worked well to make the Send button appear correctly!

    Now I have a different problem. Whenever I scroll over the form, a red circle with a line through it shows up. It is possible to fill out the form, but that would be disconcerting to the user.

    Either of you know how to resolve the problem? Or should I post another question on the WordPress forum to get it answered?

    Hi, churchinchicago, what internet browser are you using?

    When I’m using the Chrome web browser on a Windows desktop computer, I don’t see a red circle when scrolling over the form.

    Thread Starter churchinchicago

    (@churchinchicago)

    I’m using Chrome, but in the meantime the problem resolved itself. There’s no more red circle with a line through it showing up anymore.

    Thanks for responding!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘“Send” text is almost invisible’ is closed to new replies.