Title: CSS change
Last modified: March 5, 2019

---

# CSS change

 *  Resolved [snorklebum](https://wordpress.org/support/users/snorklebum/)
 * (@snorklebum)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/css-change-4/)
 * Hi,
 * Just updated the plugin and the CSS seems to have changed between versions, I
   tried adding add_filter( ‘cwp_use_default_style’, ‘__return_false’ ); to the 
   functions.php to revert this but the new css still seems to apply.
 * Should this code still work or do I need to override the new css a different 
   way?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Idenovasi](https://wordpress.org/support/users/idenovasi/)
 * (@idenovasi)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/css-change-4/#post-11277786)
 * Hi,
    I am sorry if the new update causes you trouble. The newly added CSS is 
   just a basic style to reset themes style, some themes have a style that makes
   the widget looks not good, here’s the full code
 *     ```
       .widget.comments_widget_plus ul.cwp-ul {
       	list-style: none;
       	padding: 0;
       	margin: 0;
       }
   
       .widget.comments_widget_plus ul.cwp-ul li {
       	padding: 5px 0;
       }
   
       .widget.comments_widget_plus ul.cwp-ul li::before {
       	display: none;
       }
       ```
   
 * If you need to change or customize it, you can use the selector above.
    -  This reply was modified 7 years, 3 months ago by [Idenovasi](https://wordpress.org/support/users/idenovasi/).

Viewing 1 replies (of 1 total)

The topic ‘CSS change’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/comments-widget-plus_0065bd.svg)
 * [Recent Comments Widget Plus](https://wordpress.org/plugins/comments-widget-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comments-widget-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comments-widget-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/comments-widget-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comments-widget-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comments-widget-plus/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Idenovasi](https://wordpress.org/support/users/idenovasi/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/css-change-4/#post-11277786)
 * Status: resolved