Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Use the following css in your child theme’s style.css

    .wpcf7-not-valid-tip {
        clear: both !important;
        background: none !important;
        padding: 0px !important;
        color: #000 !important;
    }

    Please clear any cache plugin’s cache content and browser history after making the above mentioned changes.

    It will move your form validation message to bottom of the input, without background highlighting and with black font color.

    Thank you

    Thread Starter MarionFW

    (@marionfw)

    Thanks a lot, works great now!

    Hi,

    You are welcome.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CF7 validation setting static not working’ is closed to new replies.