Title: Remove category All
Last modified: December 3, 2016

---

# Remove category All

 *  Resolved [John](https://wordpress.org/support/users/johndiep/)
 * (@johndiep)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-category-all/)
 * Hi,
 * Is there a way to remove or disable the “All” option from the Gallery and select
   another Category as default view?
 * Thanks in advance
    John

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

 *  Plugin Author [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * (@awordpresslife)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-category-all/#post-8510388)
 * Hi John,
 * Do you want to disable ALL filter button from the output of the gallery?
 * Please share your site URL, we will tell you the tweak for this.
 *  Thread Starter [John](https://wordpress.org/support/users/johndiep/)
 * (@johndiep)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-category-all/#post-8510493)
 * Thanks for your reply.
 * Yes I like to remove the All button due the loading time and start with “* Nieuwe
   en vernieuwde webwinkels *” (Data filter 40).
 * Thanks,
    John
 *  Thread Starter [John](https://wordpress.org/support/users/johndiep/)
 * (@johndiep)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-category-all/#post-8510496)
 * Thanks for your reply.
 * Yes I like to remove the All button due the loading time and start with “* Nieuwe
   en vernieuwde webwinkels *” (Data filter 40).
    [http://www.winkeltjes.net/wp/winkelstraat/](http://www.winkeltjes.net/wp/winkelstraat/)
 * Thanks,
    John
 *  Plugin Author [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * (@awordpresslife)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-category-all/#post-8510566)
 * John actually we can hide All button using CSS tweak. But on page load, all images
   will also take the time to load.
 * Use this CSS code into Custom CSS field to hide All button:
 *     ```
       .simplefilter ul li:first-child{
          visibility: hidden !important;
       }
       ```
   
 * OR
 *     ```
       .simplefilter > ul > li:first-child{
          visibility: hidden !important;
       }
       ```
   
 * You can only hide.
    -  This reply was modified 9 years, 7 months ago by [A WP Life](https://wordpress.org/support/users/awordpresslife/).
      Reason: css code modified
    -  This reply was modified 9 years, 7 months ago by [A WP Life](https://wordpress.org/support/users/awordpresslife/).

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

The topic ‘Remove category All’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-filter-gallery/assets/icon-128x128.gif?rev=3440330)
 * [Portfolio Filter Gallery - Photo Gallery](https://wordpress.org/plugins/portfolio-filter-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-filter-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-filter-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-filter-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-filter-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-filter-gallery/reviews/)

## Tags

 * [filter gallery plugin](https://wordpress.org/support/topic-tag/filter-gallery-plugin/)

 * 4 replies
 * 2 participants
 * Last reply from: [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/remove-category-all/#post-8510566)
 * Status: resolved