Home Forums WoodMart support forum Hide title of product image when hovered

Hide title of product image when hovered

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

    constantinos.rokkos
    Participant

    Hello i want to Hide title of product image when hovered. Please see the screenshot attached.

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

    Hung Pham
    Keymaster

    Hi constantinos.rokkos,

    Thanks for reaching to us.

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

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

    Regards,

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