PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

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

Replacement of blue icon on filter

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.

I use Products filter with: Set filter automatically=Y. No further shortcodes used.

Is there a possibility to replace the blue icon toggle with a normal button with the text 'Vind Profielen'.

Thx for your help.

Regards,

Loek

Hello Loek

Could you please share a screenshot+exact link of the blue icon toggle you're referring to? This will help me pinpoint the exact element so I can give you the most accurate solution.

In the meantime, if it's the filter submit button, you can customize its appearance by adding the following to your theme's Additional CSS (Appearance → Customize → Additional CSS):

/* Hide the icon inside the button */
.woof_submit_search_form i,
.woof_submit_search_form span.dashicon {
    display: none;
}

/* Add custom text via CSS */
.woof_submit_search_form::after {
    content:"Vind Profielen";
}

Alternatively, if it's the filter toggle button (the one that shows/hides the filter panel), a small JS snippet in your theme's functions.php or via a plugin like"Code Snippets" can replace the icon with text:

jQuery(document).ready(function($) {
    $('.woof_toggle_button').html('Vind Profielen');
});

A screenshot+link would help confirm which approach fits your setup.

 

Hello Alex,

It's the filter toggle button.

I added the corresponding code by use of the Code Snippets plugin.

Nothing happens (snippet is active).

Will you have look at this.

Thx!

 

Hello Loek

Share plese exect link wher I can see it

If you mean this button:

You can replace it in tab Advanced ->Slideout ->"Skideout image" -> https://clip2net.com/s/4nNQF5Q

 

Hi

You can visit the site by enter http://www.woondo.nl. You will come to the home page.

In the top select 'Vraag & Aanbod'. The shop page is displayed. On the left you see the filter button.

I made some changes to the settings and it looks good.

Only the gray filter button color must be set by the color orange which is automatically set by Husky.

 

Hello Loek

Looks good, and looks like you resolved it today, I see orange:

If you still see gray button - clean your browser cache https://pluginus.net/how-to-reset-page-cache-in-the-browser/

Any way, you can use class .button.woof_submit_search_form{background-color: orange;} if nessesary in style.css of your current wp theme or its child

 

Sorry, looks like I undertood you wrong:

Just for this class .woof_show_auto_form set and bacground image, example:

.woof_show_auto_form{

   background: url(https://woondo.nl/wp-content/uploads/2025/10/cropped-logo-woondo.webp);

}

Hi Alex,

 

I implemented the filter as a slider. Looks nice (see website). I hope my customer also likes it.

Just one thing: can the grey filter button color be changed in orange?

 

Hello Loek

Sure:

You need to apply somewhere in your styles next code:

.ui-slideouttab-handle{

   background-color: orange !important;

}

 

Welcome!

 

Hi Alex,

 

Everything works fine!

I want to thank you very much for your excellent support.

 

Regards,

Loek

Hello Loek

Thank you and Welcome ❤️ :)

You are Welcome :)