Home Forums WoodMart support forum Image Title on Hover

Image Title on Hover

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #156010

    [email protected]
    Participant

    Hello,
    I am having an issue with some pictures on my site. When I hover over the pics with the mouse, the image title appears… how do I prevent this from happening?
    See attached for examples.
    Thank you

    #156011

    [email protected]
    Participant
    #156014

    [email protected]
    Participant

    This does not occur with any other the images on your site demo. Is it something I need to change about the images?

    #156033

    Eric Watson
    Participant

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #157304

    [email protected]
    Participant

    see private

    #157411

    [email protected]
    Participant

    disabling plugins did not work. It seems to be happening only on the top half of my Home Collection page
    I had a large picture there before as page herder and I was also doing this.
    see private above

    #157441

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-grid-item .hover-img img, .product-grid-item .product-image-link img {
        pointer-events: none;
    }
Viewing 7 posts - 1 through 7 (of 7 total)