How to disable text underline on Sale Price?
-
<span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>$</span> 100 </span>
For this, I’m trying to disable the text-decoration: underline. but with the code below I’m also canceling out strikethrough. How do you cancel just the underline for the sale price?
********** MY current code ***************
.footable-details.table, .footable-details.table *, .footable.table, .footable.table * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}I believe this underline is also inside the woocommerce assets as well but I couldn’t find the exact location of it.
Any help is appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to disable text underline on Sale Price?’ is closed to new replies.