Woodmart stock status widget bug
-
Hi,
When we deselect the ‘on sale filter’ and click on save then it is selected again. Everytime I tried then it will be selected.
I mean this: https://prnt.sc/zOTZbwNRO3Y8
Best regards, Tim
Hello,
Yes, we know about this issue, our developers will add this fix to the nearest update, meanwhile, I can hide it with custom CSS, please give me the page URL where you have this widget.
Best Regards
Hi,
Thank you. For example we have it here, see private content.
What is q quick fix for now?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-widget-stock-status ul li:last-child{
display:none;
}
Best Regards