Hi everyone,
I’m using WooCommerce with the WoodMart theme (v8.3.8) and WoodMart’s built-in Product Labels (not a third-party plugin).
I’d like to display product labels (e.g. Sale, Hot, other custom product attributes) only on the featured / first product image, and hide them when customers switch to other gallery images on the single product page.
From what I can see, WoodMart renders product labels as a single overlay inside the product gallery container rather than per image, so the labels remain visible across all gallery slides.
Is there:
A native WoodMart setting or hook to target only the featured image?
Or any reliable way (CSS / JS / theme hooks) to detect the active gallery image and toggle labels accordingly?
If this is a known limitation of WoodMart’s gallery implementation, confirmation would also be very helpful.
Thanks in advance!