Okay
  Public Ticket #266911
“contact form 7 ”
Closed

Comments

  • Gordon started the conversation

    "Your message was sent successfully. Thanks". is not being shown to message sender after completing contact form.

    Think its the text colour is same as background but can't see where to change the text colour. Tried changing the background by adding:

    }

    .wpcf7 .wpcf7-response-output {

    background-color: #e80369;

    margin-left: 0px;

    margin-top: 10px;

    }

    but this didnt make any difference.

    I have tried the form on a main page and it works fine. The problem sees to be with the form in a sidebar

    Loving The theme

  •  8,839
    Tahir replied

    Hey Gordon!

    Add this into the Custom CSS box located in your Salient Options panel :
    .wpcf7 .wpcf7-response-output {
        color: #000 !important;
    }
    
    
    
    Cheers


    ThemeNectar Support Team 

  • Gordon replied

    Thanks Tahir.

    Worked perfectly