Sidebar underline remove from discount price

Hi,

Please help to remove underline from sidebar discount price.

Thank you,
Marko Veide

Hello there,

I hope you are doing well today.

I am not seeing an underline for that element on my end but you can use this CSS code to remove the underline:


span.woocommerce-Price-amount.amount {
    text-decoration: none !important;
}

Best Regards,
Support

Hi Support,

That did not help for discount price in the sidebar widget, it is the same at the moment.

It is visible from added picture and recently viewed products (hiljuti vaadatud tooted) and only with discount price.

With gratitude and love,
Marko

hi

Sorry, but looks like its not possible to remove thi underline only wit css, for your information this is woocommerce style

Hi marxveix!
Did you solve the problem? I have this problem and I do not know the solution.

Hi there

Beatat sorry but no, please see my reply above

Hi beatat,

Please try this:

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins, .product-price ins, .woocommerce ul.cart_list li .quantity ins, .woocommerce-page ul.cart_list li .quantity ins, .woocommerce ul.product_list_widget li .quantity ins, .woocommerce-page ul.product_list_widget li .quantity ins {
text-decoration: none;
}

Sidebar widget underline is still there for me, but from shop page it should work well.

Hi,

Nice work @marxveix.

Please let us know if the above solution helped.

Take care.

Just insert this css code.
.price ins {
text-decoration: none;
}
or
ins {
text-decoration: none;
}

Thanks @devnesar

i will close this case now