Strikethrough line – Regular Price
-
Hi,
I removed the default horizontal strikethrough line from the old/regular price with property
text-decoration: none;, but I want to style that line as seen here (Style 1): https://codepen.io/jasper/pen/xEJPgkI tried with the CSS code show below to style and make the line/’border line’ inclined, but I did not succeed. Could you please help?
body .price del { text-decoration: none; &:before { content: " "; display: block; width: 100%; border-top: 2px solid rgba(red, 0.8); height: 12px; position: absolute; bottom: 0; left: 0; transform: rotate(-7deg); } }The theme developer advised me to contact WooCommerce support.
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Strikethrough line – Regular Price’ is closed to new replies.