Home › Forums › WoodMart support forum › How to remove the “Hover Text” from images?
How to remove the “Hover Text” from images?
- This topic has 13 replies, 2 voices, and was last updated 3 years ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 18, 2022 at 12:11 pm #369083
maxfancydollyParticipantHello team,
Can you please advise how to remove the “Hover text” when mouse is hovering on the image?
Thanks a lot!
April 18, 2022 at 2:14 pm #369113
Aizaz Imtiaz AwanKeymasterHello,
Please provide a relevant screenshot of which hover text you are trying to remove and also provide the URL of the website.
Best Regards
April 18, 2022 at 2:44 pm #369123
maxfancydollyParticipantHi yes I have attached the screenshot and the website URL below.
Can you please have a check?
⭐I wanted to hide the text when hovering over the image
Thank you
April 18, 2022 at 3:04 pm #369130
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.slick-track .product-image-thumbnail img, .woocommerce-product-gallery__wrapper img { pointer-events: none; }
Best Regards
April 19, 2022 at 5:05 am #369281
maxfancydollyParticipantHi,
I have applied the above code but
⭐ The text is still showing up when the mouse is hovering on the images.
Can you please have a check again?
Thank you
April 19, 2022 at 11:39 am #369351
Aizaz Imtiaz AwanKeymasterHello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards
April 19, 2022 at 12:24 pm #369364
maxfancydollyParticipantHi the website credentials attached below
Thank you
April 19, 2022 at 3:09 pm #369430
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc-tabs-wrapper img.vc_single_image-img { pointer-events: none; }
Best Regards
April 20, 2022 at 9:11 am #369558
maxfancydollyParticipantThank you it works!
Is is possible to make it work also for the “Product Image Gallery”
⭐ Hover over image without text indication
Screenshot and website credentials attached below for your convenience.
Thank you!
-
This reply was modified 3 years ago by
maxfancydolly.
April 20, 2022 at 1:18 pm #369637
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS for that.
.wd-gallery-item {
pointer-events: none;
}Best Regards
April 21, 2022 at 5:58 am #369820
maxfancydollyParticipantHi there,
I have add the code to Custom CSS, however it doesn’t work.
CSS Screenshot: https://8upload.com/image/6260c79eb60ab/Custom_CSS.png
⭐ Hover over images (“Product Image Gallery”) still with text indication
Can you pls have a check again?
April 21, 2022 at 12:17 pm #369894
Aizaz Imtiaz AwanKeymasterHello,
Please replace the previous CSS with the following then check back.
.wd-gallery-item img { pointer-events: none; }
Best Regards
April 21, 2022 at 12:48 pm #369903
maxfancydollyParticipantThank you for reply,
I have updated the code and cleared the cache,
however it still doesn’t work
Best Regards,
GrahamApril 21, 2022 at 3:30 pm #369941
Aizaz Imtiaz AwanKeymasterHello,
I have rechecked the website and the CSS is working fine. Please try checking after clearing the browser cache and check back.
Best Regards
-
This reply was modified 3 years ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register