Title: Filter buttons
Last modified: September 1, 2020

---

# Filter buttons

 *  Resolved [akennedy1](https://wordpress.org/support/users/akennedy1/)
 * (@akennedy1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/filter-buttons/)
 * I am trying to change the filter to match the filter on the Portfolio page which
   was created using a different plug in. Can this be done with custom css?
 * I need to remove the background colour, change the font colour of the show all
   filter and add a hover font color to the site plan and floor plan filters.
 * Any help is appreciated!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffilter-buttons%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * (@awordpresslife)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/filter-buttons/#post-13344337)
 * Hi,
 * sure, and if below code didn’t work, please contact at our site [A WP Life](http://www.awplife.com/contact)
   our developer will help you more
 *     ```
       .simplefilter li.active { color: #BEBEBE !important }
       .simplefilter li:hover { color: #BEBEBE !important }
       #f-simplefilter li { background-color:none !important }
       ```
   
 *  Thread Starter [akennedy1](https://wordpress.org/support/users/akennedy1/)
 * (@akennedy1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/filter-buttons/#post-13344423)
 * Thank you very much for your help & also for producing a great plugin.
 * The code you supplied worked well, I just had to change the background colour
   from none to white to blend in with the page background. One thing that doesn’t
   work correctly though is when I use the filters the background appears on the
   show all filter. Is there a fix for this?
 * Unfortunately there is a large amount of spacing between each filter (I think
   this is because the background for each filter is still here we just can’t see
   it). Is there another line of code that would fix it? either to change the size
   of the button or to remove it entirely so the filters become simple text links.
 * Thanks again for your help.
    -  This reply was modified 5 years, 9 months ago by [akennedy1](https://wordpress.org/support/users/akennedy1/).
 *  Plugin Author [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * (@awordpresslife)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/filter-buttons/#post-13344489)
 *     ```
       .simplefilter li {padding: 4px 10px !important }
       #all-simplefilter li { background-color: #FFFFFF !important }
       ```
   
 *  Thread Starter [akennedy1](https://wordpress.org/support/users/akennedy1/)
 * (@akennedy1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/filter-buttons/#post-13344501)
 * Thank you very much for your time, this worked perfectly!
 *  Plugin Author [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * (@awordpresslife)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/filter-buttons/#post-13344527)
 * If you like our plugin, please rate us it would be great and really appreciated.
 * Thank you!

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

The topic ‘Filter buttons’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/filter-buttons/#post-13344527)
 * Status: resolved