Okay
  Public Ticket #2735365
Thank you submission
Closed

Comments

  •  7
    Debbie started the conversation

    Hello, we have multiple contact 7 forms throughout the site. We have directed the forms to a thank you page which is working well and allows us to monitor which page the submissions are coming from. However, for a split second, we can see the standard green text thank you message with the green box before directing to the thank you url. Is there any way of getting rid of this completely?

  •  7
    Debbie replied

    Sorry forgot to give the site url

    https://taxclaims.accountant/



  •  8,393
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpcf7 form.sent .wpcf7-response-output {
        display:none !important
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    Debbie replied

    Worked perfectly! thank you