Home › Forums › WoodMart support forum › Remove image text and change product attributes swatcher › Reply To: Remove image text and change product attributes swatcher
May 18, 2023 at 5:04 pm
#468115
Aizaz Imtiaz Awan
Keymaster
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.