Have you ever marked a WooCommerce product for sale, such as a Listing Package/Subscription, and wondered how to change the strikethrough color? Well, here you go!
Simply change the color on Line 3 as desired.
del span bdi {
text-decoration: line-through;
text-decoration-color: red;
}