How to modify your Brizy form success message

Philip is freelancer

If you feel the content is useful. Thank for me with a coffee 😊

May 10, 2022 02:06 pm

Just add this code to the custom CSS of the page where the form is added. You can change the color, fonts, and alignment.

You can also add padding and every CSS property you need

Add code css

div.brz-forms2__alert.brz-forms2__alert--success {

background: #2196F3;

font-family: sans-serif;

text-align: center;

}


If you feel the content is useful. Thank for me with a coffee 😊