• Resolved briannie

    (@briannie)


    I’ve added the WP form to the footer – great plug-in but for some reason it’s showing two reCaptcha logos. The slide in on the right is great but the one at the bottom of the page is annoying. I would really appreciate your assistance in dealing with this.

    Also, how can I change the colour of the “This field is required” label as red does not show on my background colour.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter briannie

    (@briannie)

    Apologies but the double logo problem appears to have corrected itself. If you can assist with the other query of:

    Also, how can I change the colour of the “This field is required” label as red does not show on my background colour.

    I would be grateful.

    Thread Starter briannie

    (@briannie)

    I have solved the problem now regarding the change of color to the label.

    Your solution as per your documentation of:
    div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
    border: 1px solid #cc0000;
    }
    simply does not work.

    However my solution of:
    #wpforms-74-field_5-error,#wpforms-74-field_0-error,#wpforms-74-field_0-last-error,#wpforms-74-field_4-error {
    color: yellow;
    }

    works very well.

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @briannie,

    I’m glad to hear you’ve got that sorted!

    In case it helps, you can also use the following CSS to target error messages in all forms created with WPForms:


    div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: yellow !important;
    }

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two reCaptcha Logos’ is closed to new replies.