Title: Remove related-posts.css
Last modified: June 2, 2021

---

# Remove related-posts.css

 *  Resolved [longnha](https://wordpress.org/support/users/longnha/)
 * (@longnha)
 * [5 years ago](https://wordpress.org/support/topic/remove-related-posts-css/)
 * Hi,
 * After upgraded to version 9.8, I’m unable to remove the related-posts.css with
   filter:
 *     ```
       add_filter( 'jetpack_implode_frontend_css', '__return_false', 99 );
       function jeherve_remove_all_jp_css() {
         wp_deregister_style( 'jetpack_related-posts-css' ); //Related Posts
       }
       add_action('wp_print_styles', 'jeherve_remove_all_jp_css' );
       ```
   
 * Can you please recheck?
 * Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [MadHatter (a11n)](https://wordpress.org/support/users/madhattersez/)
 * (@madhattersez)
 * [5 years ago](https://wordpress.org/support/topic/remove-related-posts-css/#post-14513467)
 * Hello, there.
 * The style handle is “jetpack_related-posts.”
 * In this case, you’ll want to replace
 * > jetpack_related-posts-css
 * with
 * > jetpack_related-posts
 * Please let us know the results of this troubleshooting and we can go from there.
   Thanks!
 *  Thread Starter [longnha](https://wordpress.org/support/users/longnha/)
 * (@longnha)
 * [5 years ago](https://wordpress.org/support/topic/remove-related-posts-css/#post-14514198)
 * Hi,
 * I used to remove the css with style handle ‘jetpack_related-posts’ but it has
   been changed since version 9.8
 * ‘<link rel=’stylesheet’ id=’jetpack_related-posts-css’ href=’/wp-content/plugins/
   jetpack/modules/related-posts/related-posts.css’ type=’text/css’ media=’all’ /
   >’
 * And I was unable to remove it since version 9.8 too.
 * Thanks.
 *  Thread Starter [longnha](https://wordpress.org/support/users/longnha/)
 * (@longnha)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-related-posts-css/#post-14667391)
 * Any info on this please?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove related-posts.css’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [longnha](https://wordpress.org/support/users/longnha/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/remove-related-posts-css/#post-14667391)
 * Status: resolved