PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Hiding filtering choice square

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,

I would like to hide squares for chosen filters.

In my case i have a main category"country" and sub categories"France, Italy, Spain, Switzerland, etc" and i would like to hide the square selection for"country" and only have the"plus/minus" button. By the way, how can i change de color of the"plus/minus" button.

  • Country +
    - France
    - Italy
    - Spain
    - Switzerland
    - etc

Thanks for your answer!

Julien

 

Hello Julien

You need CSS customization to hide the square selection

To  change  "plus/minus" button  - In Design tab - https://c2n.me/47f45dX.png

Thanks!

Can you write the CSS code i need to hide the square selection?

Julien

Hello Julien

Please drop  me  exact  link  to the  issue

Hello Pablo,

Here is the link: https://laboratoire-web.ch/vinotheque-en-ligne/

I would like to hide square selection for"Vin" and"Pays".

By the way, how can I exclude a category and its products featuring in the page?

Thanks for your help!

Hello

Your  link - https://c2n.me/47hfFgU.png

To  hide  the  category  in  filter - https://c2n.me/47hfNzJ.png

To exclude from the display - it depends on how you display these products

Hello,

Sorry for the link.... The site is now open: https://laboratoire-web.ch/vinotheque-en-ligne/

Hello

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

 

Hello,

Done.

Hello Julien

Use  CSS:

.woof_checkbox_term_161, .woof_checkbox_term_104{

display: none;

}

Hello,

I tried to use your css code, but the square is still there...

I also tried with the following css:

#woof_161_5eb11147cd1fe.woof_checkbox_term.woof_checkbox_term_161 {
display: none;
}

But same result, the square is still there...

Hello

Do test  please