Home Forums WoodMart support forum How to Hidden Image info

How to Hidden Image info

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #167986

    FransMaxi
    Participant

    Hii, Can you tell me how to hide image name?

    #168052

    Hello,

    From where you want to hide the image name? Kindly share some relevant screenshots by pointing out the section so I can check and help you out accordingly.

    Best Regards.

    #168101

    FransMaxi
    Participant

    Oke, please check my new screenshot, i mean when my mouse pointer around the image thumbnail, then the image name will appear, i dont want it.

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

    Hello,

    To hide the image name from product images on pointer, try the below CSS code in global custom CSS area under theme settings >> custom CSS:

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

    Best Regards.

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