Contact Form : instead of Success tick, add a custom small message?

  • Posted in : impressivCard WP
  • SumitKar
    Participant

    Hi,

    How to say a small message such as ” We will get back to you asap” instead of a Success tick? after they have sent a message via a contact form?

    Thanks
    Sumit

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .submit-area.success .icon {
        display: none;
    }
    .submit-area.success:after {
        content: "We will get back to you asap";
        margin-left: 12px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.