Hi @paourissi,
Thank you very much for reaching out to us.
I have reviewed your message and understand your concern.
Currently, our plugin doesn’t have the option to change the “Out of Stock” text.
However, you can place the following code snippet in the functions.php file of your theme.
add_filter( "woolentor_shop_out_of_stock_text", function( $badge ) {
$badge = "Your text";
return $badge;
} );
That should do the trick.
You can also change the color and background by utilizing the following settings of the widget:
https://prnt.sc/aO7-o-xO86RW
I hope this helps. Please let me know how it goes ??
Wishing you a fantastic day ahead!
Best regards,
Tarek Aziz