Customize the archive products
-
Is there a way to customize the shop archive page, so that only the price is displayed under the product picture and not the VAT, delivery time, and shipping costs?
Attachments:
You must be
logged in to view attached files.
Hello,
Can you share the page URL so I can further check on your site and give you a possible solution?
Best Regards,
Hello,
Unfortunately, I am unable to visit your site at the moment due to a maintenance mode. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
Good Morning and thank you for your help!
Hello,
Try to add the following custom css code in Theme Settings > Custom CSS:
.wd-product p.wc-gzd-additional-info {
display: none !important;
}
Best Regards,