Title: css wp_dequeue_style
Last modified: October 13, 2022

---

# css wp_dequeue_style

 *  Resolved [pavelberg1](https://wordpress.org/support/users/pavelberg1/)
 * (@pavelberg1)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/css-wp_dequeue_style/)
 * Hi! I’m glad to use your plugin: “Сlick5 sitemap” — the best of its kind.
 * Can you help in disabling index.css of your plugin? I would like to move this
   to my main css. Now I’m trying to do it “standard” according by wp_dequeue_style/
   wp_enqueue_scripts: I copy the ID “click5_sitemap_css_front”, without “-css” 
   at the end. However, it doesn’t work for me. Show me the correct CSS ID please.

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

 *  Plugin Author [click5](https://wordpress.org/support/users/click5/)
 * (@click5)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/css-wp_dequeue_style/#post-16097329)
 * Hello [@pavelberg1](https://wordpress.org/support/users/pavelberg1/),
 * Here is a function, which you will need to add to your functions.php file, in
   order to exclude CSS of our plugin:
 *     ```
       function c5sitemap_dequeue($output) {
           wp_dequeue_style('click5_sitemap_css_front');
           return $output;
       }
       add_action('do_shortcode_tag', 'c5sitemap_dequeue', 999);
       ```
   
 * Please give it a try and let us know if you would have any other questions.
 * Btw, we would appreciate a 5-star review if you like our plugin 😉
 * Thanks,
    click5 Team
 *  Thread Starter [pavelberg1](https://wordpress.org/support/users/pavelberg1/)
 * (@pavelberg1)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/css-wp_dequeue_style/#post-16097910)
 * Thanks for the help, sir!
    I am a novice programmer and you gave me a great reason
   for thought. Of course, I noted your plugin as the best.

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

The topic ‘css wp_dequeue_style’ is closed to new replies.

 * ![](https://ps.w.org/sitemap-by-click5/assets/icon-256x256.gif?rev=2728346)
 * [Sitemap by click5](https://wordpress.org/plugins/sitemap-by-click5/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sitemap-by-click5/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sitemap-by-click5/)
 * [Active Topics](https://wordpress.org/support/plugin/sitemap-by-click5/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sitemap-by-click5/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sitemap-by-click5/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [pavelberg1](https://wordpress.org/support/users/pavelberg1/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/css-wp_dequeue_style/#post-16097910)
 * Status: resolved