Viewing 3 replies - 1 through 3 (of 3 total)
  • You theme and the plugin both use a class called ‘error’. Your theme prints a red X when the class is used. Comment out line 370 of your themes style.css,

    i.e. change this:

    .error { background-image: url('images/error-bg.png'); }

    to this:
    /*.error { background-image: url('images/error-bg.png'); }*/

    Please note that this change will effect your whole theme. If you use this class elsewhere on your site the red x will disappear there too.

    Please note that it is not recommended practice to make changes to the style.css file directly if it is a theme that could later get updated (and therefore your changes will be overridden). The best way is to create a child theme.
    More info here:
    https://codex.www.ads-software.com/Child_Themes

    Thread Starter dcisterna

    (@dcisterna)

    Thank you for the quick reply. I don’t use the error class anywhere else so I used the quick band-aid trick!

    Now if only I can figure out how to align everything to the left when someone enters the wrong recaptcha code…. Alignment changes to center when there is an error.

    Have you tried using the style sheet that comes with the plugin? Just tick the box at the bottom of the settings screen.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error box won't go away’ is closed to new replies.