Title: Removing the default css
Last modified: August 18, 2017

---

# Removing the default css

 *  Resolved [jayjay2015](https://wordpress.org/support/users/jayjay2015/)
 * (@jayjay2015)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-the-default-css/)
 * Hi Daniel,
 * i’m recently using your plugin for a site, and everything works fine so far.
 * The only problem i have is the `add_filter( 'a-z-listing-add-styling', '__return_false');`
   that doesn’t work. I have added it in the function.php, but i doesn’t seems to
   work , because i still have the “a-z-listing-default.css” called in my header.
 * I’m using az listing within a page via a shortcode, not the php method.
 * Is there a way to completly remove the default css ?
 * Cheers,
 * PS: there is a folder called “Test” in the plugin. Can we erase it ?

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

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-the-default-css/#post-9422215)
 * Yeah, that’s my bad, the hyphens in the filter name `a-z-listing-add-styling`
   need to be underscores:
 * `add_filter( 'a_z_listing_add_styling', '__return_false' );`
 * I need to fix the filters and actions to work with either hyphens or underscores.
    -  This reply was modified 8 years, 9 months ago by [Dani Llewellyn](https://wordpress.org/support/users/diddledani/).
      Reason: add code tags
 *  Thread Starter [jayjay2015](https://wordpress.org/support/users/jayjay2015/)
 * (@jayjay2015)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/removing-the-default-css/#post-9422571)
 * Thx, it works.

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

The topic ‘Removing the default css’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jayjay2015](https://wordpress.org/support/users/jayjay2015/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/removing-the-default-css/#post-9422571)
 * Status: resolved