How can I delete some Shop details from Widget

This topic has 3 replies, 2 voices, and was last updated 2 years, 1 months ago ago by ubi1907

  • Avatar: ubi1907
    ubi1907
    Participant
    March 29, 2022 at 18:49

    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

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 30, 2022 at 00:37

    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

    Avatar: ubi1907
    ubi1907
    Participant
    March 30, 2022 at 00:54

    Oh great.
    Thanks for the fast solution.

  • Viewing 3 results - 1 through 3 (of 3 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.