Home Forums Basel support forum Shop Page

Shop Page

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #180191

    twococlothing
    Participant

    it is possible to use this text (no VAT identification, since small business owners according to §19 (1) UStG.)
    to put away on the shop side?

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

    Hello,

    There is no option to add any information to the product grid, unfortunately.

    Best Regards

    #180272

    twococlothing
    Participant

    sorry said whether it is possible to delete / remove the text (keine Umsatzsteuer-Identifikation, da Kleinunternehmer gemäß §19 (1) UStG.) on the shop page?

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

    Hello,

    Please translate this text into English.

    Best Regards

    #180288

    twococlothing
    Participant

    Sorry, is it possible to delete / remove the text (no sales tax identification, since small business tax §19 (1) UStG.) On the shop page?

    #180459

    Hello,

    You should find it in Wooocommerce settings. Our theme did not add this text. I do not know how have you added it and I do not have instruction on how to remove it. I can hide it with CSS, please provide page URL.

    Best Regards

    #180594

    twococlothing
    Participant

    Do you need links for the shop page or individual products?

    #180627

    Hello,

    Please provide the URL I will provide CSS.

    Best Regards

    #181097

    twococlothing
    Participant

    the link

    #181140

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #181330

    twococlothing
    Participant

    the text should only be removed on the shop page but not on the product page.

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

    Hello,

    Try this code:

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

    Best Regards

    #181371

    twococlothing
    Participant

    nothing happens when I enter the codenothing happens when I enter the code

    #181507

    Hello,

    Remove the styles I have provided I cannot find them in your custom CSS. I will provide another custom CSS.

    Best Regards

    #181526

    twococlothing
    Participant

    I have already removed the CSS code
    I look forward to your new code.I have already removed the CSS code
    I look forward to your new code.

    #181532

    Hello,

    You have changed the product design and I do not see this line now. https://prnt.sc/rkodlw

    When I upload the product page, the line appears for a second and then disappears.

    Clean the site cache, please.

    Best Regards

    #181555

    twococlothing
    Participant

    So it changed again.

    #181562

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #181563

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #181598

    twococlothing
    Participant

    it is still displayed on the mobile page. You can also send me CSS code there

    #181610

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

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

    Best Regards

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