Multiple strikeout fix

Multiple strikeout fix

add_action( 'wp_head', function () { ?>
<style>
	.jet-woo-product-price del > del {
		display: none !important;
	}
</style>
<?php } );