Title: Remove inline css
Last modified: August 2, 2024

---

# Remove inline css

 *  Resolved [baga](https://wordpress.org/support/users/baga/)
 * (@baga)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-inline-css-14/)
 * I’m wondering if there’s a function to remove this inline css:
 *     ```wp-block-code
       <style id='rank-math-toc-block-style-inline-css' type='text/css'> .wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item} </style>
       ```
   

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

 *  Plugin Support [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * (@rankmathsupport)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-inline-css-14/#post-17933018)
 * Hello [@baga](https://wordpress.org/support/users/baga/),
 * Thank you for contacting Rank Math support.
 * You can use the following filter to remove that inline CSS:
 * `add_action( 'wp_enqueue_scripts', function() { `
 * `wp_dequeue_style( 'rank-math-toc-block-style' ); `
 * `}, 9999 );`
 * Here is how to add a filter to your site: [https://rankmath.com/kb/wordpress-hooks-actions-filters/](https://rankmath.com/kb/wordpress-hooks-actions-filters/)
 * Hope that helps and please do not hesitate to let us know if you need our assistance
   with anything else.
 *  Thread Starter [baga](https://wordpress.org/support/users/baga/)
 * (@baga)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-inline-css-14/#post-17933578)
 * Thank you very much for your help!
 *  Plugin Support [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * (@rankmathsupport)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/remove-inline-css-14/#post-17935397)
 * Hello [@baga](https://wordpress.org/support/users/baga/),
    You’re welcome! Glad
   that we could be of help. Don’t hesitate to get in touch with us if you have 
   any other questions.

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

The topic ‘Remove inline css’ is closed to new replies.

 * ![](https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330)
 * [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings](https://wordpress.org/plugins/seo-by-rank-math/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-by-rank-math/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-by-rank-math/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-by-rank-math/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-by-rank-math/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-by-rank-math/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rank Math Support](https://wordpress.org/support/users/rankmathsupport/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/remove-inline-css-14/#post-17935397)
 * Status: resolved