Home Forums WoodMart support forum Product image title is visible

Product image title is visible

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

    abekera
    Participant

    Hello,
    How can we hide the product title from being visible when you move the arrow on the image?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page URL so I can check and give you a possible solution.

    Best Regards

    #718257

    abekera
    Participant

    URL is attrached.

    #718289

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .woocommerce-product-gallery__image a {
        pointer-events: none;
    }

    Best Regards

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