Home Forums WoodMart support forum remove product image tooltip

remove product image tooltip

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #122861

    Andersjpg
    Participant

    we cant hide the toop tip that comes up when hover over the product image
    under the product detail page

    whats the right css code for that

    #122881

    Hello,

    We can provide custom CSS, however, in this case, the option to enlarge image would be lost. So you need to decide either you have the option to enlarge the image and this tooltip or image would not be clickable at all, as there is no option to remove the tooltip with other ways.

    Best Regards

    #122929

    Andersjpg
    Participant

    hi again
    we dont seek that the user can enlarge the image so if there is a way to add some css or JS to remove it that would be awesome 🙂

    #122966

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-product-gallery .woocommerce-product-gallery__image img{
    pointer-events: none;
    }

    Best Regards

    #122977

    Andersjpg
    Participant

    ty so much works perfectly

    #122986

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘remove product image tooltip’ is closed to new replies.