• Hi there, thank you so much for this great plugin, i love it!
    Would it be possible to include an option in the UI to alter the carbon message confirmation text:

    “A copy of this message was sent to your email address.”

    Thanks again!

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @christof15

    You’re welcome and thank you, happy to hear that.

    That text is localized, so it can be modified using any WordPress theme/plugin translation method you prefer. I generally use Loco Translate for that purpose, but you can use any method you prefer.

    Alternatively there’s a CSS approach:

    .scf_carbon {
        font-size: 0;
    }
    .scf_carbon::after {
        content: 'Your message here';
        font-size: 14px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Carbon Message Confirmation’ is closed to new replies.