This topic has 3 replies, 2 voices, and was last updated 2 years, 7 months ago ago by ubi1907
Hello,
I want to delete from the widget of stared products the product details.
I want to delete the following texts:
inkl. MwSt. and zzgl. Versandkosten
is also marked on the screen:
https://drive.google.com/file/d/1r_L9vyH_tLM365gI4CN8Tt4_BZIKxza2/view?usp=sharing
Hello,
It comes from Germanized für WooCommerce plugin.
I added the below code to Theme Options > Custom CSS to hide that
.product_list_widget .wc-gzd-additional-info.tax-info, .product_list_widget .wc-gzd-additional-info.shipping-costs-info {
display: none;
}
Regards
Oh great.
Thanks for the fast solution.
The issue related to '‘How can I delete some Shop details from Widget’' has been successfully resolved, and the topic is now closed for further responses