Home › Forums › Basel support forum › Shop Page
Shop Page
- This topic has 20 replies, 2 voices, and was last updated 4 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
March 16, 2020 at 12:09 pm #180191
twococlothingParticipantit 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.March 16, 2020 at 1:03 pm #180208
Elise NoromitMemberHello,
There is no option to add any information to the product grid, unfortunately.
Best Regards
March 16, 2020 at 6:29 pm #180272
twococlothingParticipantsorry 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.March 16, 2020 at 8:53 pm #180286
Elise NoromitMemberHello,
Please translate this text into English.
Best Regards
March 16, 2020 at 9:21 pm #180288
twococlothingParticipantSorry, is it possible to delete / remove the text (no sales tax identification, since small business tax §19 (1) UStG.) On the shop page?
March 17, 2020 at 12:56 pm #180459
Elise NoromitMemberHello,
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
March 17, 2020 at 11:03 pm #180594
twococlothingParticipantDo you need links for the shop page or individual products?
March 18, 2020 at 7:17 am #180627
Elise NoromitMemberHello,
Please provide the URL I will provide CSS.
Best Regards
March 19, 2020 at 9:56 pm #181097
twococlothingParticipantthe link
March 20, 2020 at 8:03 am #181140
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product p.wc-gzd-additional-info { display:none; }
Best Regards
March 21, 2020 at 12:26 am #181330
twococlothingParticipantthe 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.March 21, 2020 at 9:11 am #181349
Elise NoromitMemberHello,
Try this code:
.product-grid-item .product p.wc-gzd-additional-info { display:none; }
Best Regards
March 21, 2020 at 10:55 am #181371
twococlothingParticipantnothing happens when I enter the codenothing happens when I enter the code
March 22, 2020 at 1:42 pm #181507
Elise NoromitMemberHello,
Remove the styles I have provided I cannot find them in your custom CSS. I will provide another custom CSS.
Best Regards
March 22, 2020 at 3:53 pm #181526
twococlothingParticipantI 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.March 22, 2020 at 4:13 pm #181532
Elise NoromitMemberHello,
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
March 22, 2020 at 8:18 pm #181555
twococlothingParticipantSo it changed again.
March 22, 2020 at 9:02 pm #181562
Elise NoromitMemberHello,
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
March 22, 2020 at 9:02 pm #181563
Elise NoromitMemberHello,
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
March 23, 2020 at 12:04 am #181598
twococlothingParticipantit is still displayed on the mobile page. You can also send me CSS code there
March 23, 2020 at 6:11 am #181610
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register