Home Forums WoodMart support forum Filter disappears caused by a certain event Reply To: Filter disappears caused by a certain event

#382814

Hello,

Sorry for the delay.

Please add this code to the Theme Settings > Custom CSS > Global:

.wd-product-filters li:not(.chosen) a:focus .filter-swatch.with-bg:after {
	opacity: 0;
}

.wd-product-filters li:not(.chosen) a:hover .filter-swatch.with-bg:after {
	opacity: 1;
}

We will fix that in our nearest update.

Best Regards