Home Forums WoodMart support forum Widget Änderungen im Content

Widget Änderungen im Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #398809

    Oettchen
    Participant

    Uns ist auch noch aufgefallen, dass hier doppelt genannt wird. Wie können wir das löschen?

    Attachments:
    You must be logged in to view attached files.
    #398926

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    p.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info {
        display: none;
    }

    Best Regards

    #399027

    Oettchen
    Participant

    Hello,

    Unfortunately, after embedding the code in Custom CSS, nothing worked.
    kind regards
    Oettchen

    #399047

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .product-grid-item p.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info {
        display: none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)