Title: Depreciated settings &amp; CSS question
Last modified: June 25, 2017

---

# Depreciated settings & CSS question

 *  [fonefixer](https://wordpress.org/support/users/fonefixer/)
 * (@fonefixer)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/depreciated-settings-css-question/)
 * Hi all,
 * I am currently using the following code to style the reaponse messages
 *     ```
       .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
         color: #D8000C;
         background-color: #FFBABA;
         display: none;
         border: 0;
         padding: 10px;
       }
   
       .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
         color: #4F8A10;
         background-color: #DFF2BF;
         display: none;
         border: 0;;
         padding: 10px;
       }
   
       div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
           font: 26px/30px FontAwesome;
           margin-right: 16px;
           vertical-align: middle;
       }
       div.wpcf7-mail-sent-ok:before {
           content:'\f00c';
       }
       div.wpcf7-validation-errors:before {
           content:'\f057';
       }
       ```
   
 * Which works very well. My question is this, considering certain things such as
   on-sent-ok are due to be abolished by the end of this year, what, if any changes
   will I need to make to my css in order to achieve the same effect?
 * Any help appreciated. Thanks

The topic ‘Depreciated settings & CSS question’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [depreciated](https://wordpress.org/support/topic-tag/depreciated/)

 * 0 replies
 * 1 participant
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/depreciated-settings-css-question/)
 * Status: not resolved