• Resolved snorklebum

    (@snorklebum)


    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)
  • 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 5 years, 8 months ago by Idenovasi.
Viewing 1 replies (of 1 total)
  • The topic ‘CSS change’ is closed to new replies.