Contact form sending messages

Hi the theme Iam using when Contact form sending messages.

the messages (e.g. succesfully send)does not viewed.

can tou find out why this hapens ?

Thanks

Comments

  • Hello,

    Please, turn off all of the plugins, refresh your cache, and check if the problem persists.

    Moreover, if you are using a child theme, switch to parent, and recheck it.

    Thanks

  • Hi

    I found out as you can see bellow that message appeared in the same color as background. this is ther reason that these does not shown. Can you help how to change color?


  • Hi finaly I found that (i inserted in css)

    it works!!


    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {

      border-color: #ffb900;

    }

    .wpcf7 form .wpcf7-response-output {

      border: none;

      float: left;

      color: red;

      margin-top: 0;

    }

    .wpcf7 form .wpcf7-response-output {

      margin: 2em 0.5em 1em;

      padding: 0.2em 1em;

      border: 2px solid #00a0d2;

    color: black;

    }

  • You have a dark section enabled.

    Please, edit the page with this contact form, open the section options that contain this contact form, and uncheck the Dark option.

    After that, the text should be visible, and the CSS is not necessary.


    Thanks

Sign In or Register to comment.