How do I make a diagonal strikethrough on wordpress? [closed]
The html structure for WooCommerce original price, if sale price exists is this. <del> <span class=”woocommerce-Price-amount amount”> <bdi> <span class=”woocommerce-Price-currencySymbol”>₪</span>49.90 </bdi> </span> </del> Now if I paste this code below without the code formatter ₪49.90 You can see that the price already has a line through. Do you want to add a different design or … Read more