Title: Design issues with plugin
Last modified: March 25, 2024

---

# Design issues with plugin

 *  [bieke81](https://wordpress.org/support/users/bieke81/)
 * (@bieke81)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/design-issues-with-plugin/)
 * Hi,
 * I linked one of our shop pages so you can see what we mean. We love the options
   this plugin gives for searching for products, but we have a few issues. First
   of all, the price slider, we’d like to change the color. Is there a way to do
   that through the plugin settings, or do we need to use CSS for it? If so, do 
   you have an example code of what we can use?
 * The second issue we’re having is with the category filter. When we start at a
   category and choose a different one in the filter, we can’t choose the original
   category. Is this normal or is there a fix for it?
 * Thanks for any help you can provide.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdesign-issues-with-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/design-issues-with-plugin/#post-17530161)
 * Hi
    1. You can change the price slider’s color with this Custom CSS:
 *     ```wp-block-code
       .wpf_slider.ui-slider .ui-widget-header {
           background: #f00 !important;
       }
       ```
   
 * 2. If you mean you want to choose multiple categories at once, that is possible
   if you change your Category Filter to Checkbox, because the Radio Buttons you
   have at the moment doesn’t allow multiple-selections within a filter.
 *  Thread Starter [bieke81](https://wordpress.org/support/users/bieke81/)
 * (@bieke81)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/design-issues-with-plugin/#post-17530188)
 * Thank you for your response. The code worked perfectly to adapt the color so 
   I’m grateful for that.
 * In regards to my second question, no we do not want to choose multiple categories,
   our problem is that when we are at a certain category and we choose another one,
   we can’t go back to the previous one through the filter. So in the link I showed
   above, we are in the category “Pakketten”. If I choose the category “Gereedschap”,
   I’ll get all the products in that second category which is exactly as I want,
   however, I can not choose the category “Pakketten” again to go back to it. I 
   hope this makes my issue more clear.
 * Thanks in advance for your reply.
 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/design-issues-with-plugin/#post-17533208)
 * Hi,
 * That is normal, because the current category link is disabled, you shouldn’t 
   switch categories when you’re on a different category, but to change it back 
   to the current category you can reset the filter, with the reset button at the
   bottom.
 * Alternatively you can do enable the disabled link by adding this CSS to wp-admin
   > Appearance => Customize > Additional CSS:
 *     ```wp-block-code
       .wpf_disabled, .wpf_item input[readonly], .wpf_item input[readonly]+label {
           opacity: 1 !important;
           pointer-events: all !important;
       }
       ```
   

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

The topic ‘Design issues with plugin’ is closed to new replies.

 * ![](https://ps.w.org/themify-wc-product-filter/assets/icon-128x128.png?rev=1535808)
 * [Themify - WooCommerce Product Filter](https://wordpress.org/plugins/themify-wc-product-filter/)
 * [Support Threads](https://wordpress.org/support/plugin/themify-wc-product-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/themify-wc-product-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/themify-wc-product-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/themify-wc-product-filter/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [themifyme](https://wordpress.org/support/users/themifyme/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/design-issues-with-plugin/#post-17533208)
 * Status: not resolved