• The issue of an empty bordered box appearing under a CF7 form (after the “Send” button) has been discussed before and has now reappeared.

    I’ve run into this issue on two sites I manage now. Each use a different theme, different plugins, etc.

    Per older posts I can add the following code to the theme’s CSS theme customization and it removes the border:

    .wpcf7-form .wpcf7-response-output:empty {
    display: none;
    }

    Adding that same code to either site’s child theme style.css does not work as expected.

    Have toggled all plugins with no change. All caches cleared.

    This is still an issue as far as I can tell.

    Contact Form 7 v5.2.2
    WP v5.5.1
    X-Theme
    Lawyer Theme

    TIA!

    • This topic was modified 4 years, 2 months ago by richsadams.
  • The topic ‘Red Border Underneath Blank Form’ is closed to new replies.