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

How Can I change the size of drop-down of products categories?

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.

1 - How Can I change the size of drop-down of products categories?

2 - How Can I add drop-down of products categories in other pages?

3 - How Can I remove the Reset button?

 

Hello

  1.  Use  CSS  style
  2. use  shortcode  [woof by_only='none' tax_only='product_cat']
  3. Add CSS:

.woof_reset_search_form{

display: none;

}

Thanks a lot, what is the css class of  drop-down of products categories?

Hello

Try  this  class - woof_select_product_cat

Thanks a lot.

For other users. I put this code in Custom CSS code field, in Advanced tab:

.woof_select_product_cat{
width: 300px !important;
}

Look how my site stayed:
https://www.bceleva.com.br

Hello

Welcome;)

and  thank you for  cooperation