Skip to main content

How to change the design settings of the "Email Sent" message?

Comments

1 comment

  • Wp Z

    Hi,

    sorry for the delayed response. 

    You can customize this field with Custom CSS.

    All you have to do is copy this selector, add the required attributes there and put the code in the CSS area of the form element. That's all: https://jmp.sh/hCNNrfU

    .brz .brz-forms__alert--success {
            background-color: #152cd0;
    }

    Hope this helps.

    0

Please sign in to leave a comment.