Title: Howto remove css ?
Last modified: May 12, 2017

---

# Howto remove css ?

 *  Resolved [Beee](https://wordpress.org/support/users/beee/)
 * (@beee)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/howto-remove-css/)
 * How can I remove the css which is loaded in wp_head ?
 * I tried removing it with a remove action but I can’t seem manage…
    Tried several
   priorities but no go 🙁
 * Any help would be appreciated.

Viewing 1 replies (of 1 total)

 *  Thread Starter [Beee](https://wordpress.org/support/users/beee/)
 * (@beee)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/howto-remove-css/#post-9126955)
 * And suddenly it hit me; the priority was on the wrong action 🙂
 * For those who also want to know how to do this.
 *     ```
       function remove_adrotate_css() {
           remove_action( 'wp_head', 'adrotate_custom_css' );
       }
       add_action( 'wp_head', 'remove_adrotate_css', 1 );
       ```
   
    -  This reply was modified 9 years, 1 month ago by [Beee](https://wordpress.org/support/users/beee/).

Viewing 1 replies (of 1 total)

The topic ‘Howto remove css ?’ is closed to new replies.

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

 * 1 reply
 * 1 participant
 * Last reply from: [Beee](https://wordpress.org/support/users/beee/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/howto-remove-css/#post-9126955)
 * Status: resolved