Remove underline from sale prices in WooCommerce block themes

This commit is contained in:
Alexandre Lara 2024-09-17 17:42:27 -03:00
parent e03c51c5ed
commit f19cdb64f8
1 changed files with 9 additions and 0 deletions

View File

@ -153,6 +153,15 @@
text-decoration: none;
}
.woocommerce-grouped-product-list-item__price ins,
bdi {
text-decoration: none;
}
.wc-block-components-product-price ins {
text-decoration: none;
}
span.onsale {
// Style "On Sale" badge in theme colors by default.
background-color: var(--wp--preset--color--foreground, $highlight);