Home / Admin / Remove Confirmation Message Box Styling
Duplicate Snippet

Embed Snippet on Your Site

Remove Confirmation Message Box Styling

Removes the background color and border from the form confirmation message.

<10
Code Preview
css
/* 
Remove Confirmation Message Box Styling
Original doc link: https://wpforms.com/developers/how-to-remove-confirmation-message-box-styling/
For support, please visit: https://www.facebook.com/groups/wpformsvip
*/
.wpforms-confirmation-container-full {
    color: inherit !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

Comments

Add a Comment