CF 7 Success div css
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
div.wpcf7-mail-sent-ok {
font-size: 32px;
position: relative;
top: -120px;
background-color: white;
}
div.wpcf7-mail-sent-ok:before{
font-family: "FontAwesome";
content: "\f00c";
margin-right: 10px;
color: green;
margin-left: 10px;
}