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

Changer la couleur et la langue par défaut

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.

Bonjour

 

J'ai acheté et installé woof product filtre.
Je ne trouve pas comment

  • modifier la couleur par défaut (bleu actuellement) - couleur des textes de boutons,
  • changer les textes en francais :"clear all", ...

Merci beaucoup

 

 

 

 

Hello

1 You need CSS customization

2 you can translate it with translation plugins. an example: https://wordpress.org/plugins/loco-translate/

OR use  a  hook. An example:

add_filter('woof_clear_all_text', function($text){

return"Any  text!";

});

Thanks a lot for your answer

1 You need CSS customization : yes unfortunately, i can't manage to find the css class i need to change :-(

2. I used loco translate, but in fact, the"clear all" text is not there when i looked at"woof product filter"

 

 

Hello

1 Ok, please drop  me  exact  link to the  issue

2  add  the  code  in  functions.php

Hello Pablo

 

Thanks for your help, i add the credentials to the hidden box in this conversation.

You will see that in the front side (on mobile) the"clear all" button is blue and same when you click on the menu, the cross and search form.

 

Thanks again

Hello

that's what i see - https://share.pluginus.net/image/i20221104105944.png - I don't see blue

Hey there

This is crazy, i see a blue text button : you can chek here https://we.tl/t-VUnSYic3fC

I don't know how to send you screenshot but with wetranfer :-(

Hello

Please  add  this  CSS  and  clear  all cache

.woof_reset_button_2 {
color: #000 !important;
}

Thanks a lot for your help Pablo.
Have a great day

Hello

Great!  Thank you and  welcome;)