Home Forums WoodMart support forum Remove image text and change product attributes swatcher Reply To: Remove image text and change product attributes swatcher

#468115

Hello,

01. Please add the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS for hover image text.

.product-grid-item .hover-img {
pointer-events: none;
}

02. I saw the screenshots you attached.

Please read our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/variable-products-swatches/

Best Regards.