Home Forums WoodMart support forum Hover on product image file name remove

Hover on product image file name remove

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261923

    abirahamed
    Participant

    Hover on product additional image its show file name. I just remove it when hovering on the image. but I keep my file name are same as when its upload

    Attachments:
    You must be logged in to view attached files.
    #261995

    Hello,

    I saw the screenshot you attached. The image title feature on hover comes with the woocommerce and our theme doesn’t influence it.

    We can provide custom CSS, however, in this case, the option to enlarge the image would be lost. If you still want the CSS then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .product-image-thumbnail {
    pointer-events: none;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)