“New” label on the product card page
-
Hello
Please tell me how not to show the “New” label in its usual place on the product card page.
BUT, move it above the product name (like in the photo)?
Attachments:
You must be
logged in to view attached files.
2. How to combine zoom on hover and photo swipe (opening window) if I use code to display product images:
.product-image-wrap {
width: 49%;
display: inline-table;
padding-right: 5px; }
.single-product .row.product-image-summary-inner .col-lg-6.col-12.col-md-6.product-images {
flex: 0 0 62%;
max-width: 62%;
}
.single-product .col-lg-6.col-12.col-md-6.summary.entry-summary {
flex: 0 0 38%;
max-width: 38%;
}
like https://woodmart.xtemos.com/shop/furniture/eames-plastic-side-chair/
Now I can use one thing: photo swipe or zoom.
But it can’t be combined.
And I don’t see icons for this “wd-show-product-gallery-wrap wd-action-btn wd-style-icon-bg-text wd-gallery-btn”
Hello,
HTML structure does not allow solving it by custom CSS. Such modification requires complicated woocommerce code customization which is not covered by our support.
You can try to place it by means of WooCommerce layouts builder https://xtemos.com/docs-cat/woocommerce-layouts-builder/?theme=woodmart
In this case, you will need to add the label manually.
Best Regards