diff --git a/styles/css/vtex.product-price.css b/styles/css/vtex.product-price.css index 0df8e8c..d8d7fe9 100644 --- a/styles/css/vtex.product-price.css +++ b/styles/css/vtex.product-price.css @@ -114,6 +114,10 @@ color: #000000; } +.listPriceValue--product-list-price { + text-decoration: none; +} + .listPrice { margin-top: 8px; } diff --git a/styles/sass/pages/product/vtex.product-price.scss b/styles/sass/pages/product/vtex.product-price.scss index 1682dd3..94c5b44 100644 --- a/styles/sass/pages/product/vtex.product-price.scss +++ b/styles/sass/pages/product/vtex.product-price.scss @@ -105,6 +105,10 @@ color: $color-black; } +.listPriceValue--product-list-price { + text-decoration: none; +} + .listPrice { margin-top: 8px; }