Title: filter everything code not working
Last modified: October 13, 2022

---

# filter everything code not working

 *  Resolved [aish547](https://wordpress.org/support/users/aish547/)
 * (@aish547)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/filter-everything-code-not-working/)
 * I want to remove filter evertything plugin from left sidebar, only for search
   page.
 * Have added this code.
 * The code is not working.
 * ——
    .inside-left-sidebar .wpc-filters-open-button-container .wpc-open-button-
   2382 { display: none; }
    -  This topic was modified 3 years, 7 months ago by [aish547](https://wordpress.org/support/users/aish547/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffilter-everything-code-not-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [ying](https://wordpress.org/support/users/yingscarlett/)
 * (@yingscarlett)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/filter-everything-code-not-working/#post-16097174)
 * Hi there,
 * It’s not a theme related question, but it can be achieved using this CSS:
 *     ```
       .search-results aside#wpc_filters_widget-4 {
           display: none;
       }
       ```
   
 *  Thread Starter [aish547](https://wordpress.org/support/users/aish547/)
 * (@aish547)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/filter-everything-code-not-working/#post-16097194)
 * It works. Thanks!
 *  [ying](https://wordpress.org/support/users/yingscarlett/)
 * (@yingscarlett)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/filter-everything-code-not-working/#post-16097265)
 * No problem 🙂

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

The topic ‘filter everything code not working’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ying](https://wordpress.org/support/users/yingscarlett/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/filter-everything-code-not-working/#post-16097265)
 * Status: resolved