Home Forums WoodMart support forum hide image title on hover

hide image title on hover

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #287062

    belencitax
    Participant

    Hi! I wonder how can i remove the yellow tag which shows the image title on hover. i don’t want to remove the title one by one…
    Could you help me?
    Thanks in asvance!

    #287165

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .slick-track .product-image-thumbnail img,
    .woocommerce-product-gallery__wrapper img {
    pointer-events: none;
    }

    If you are trying to ask anything else then please provide some relevant screenshots of the specific area with the URL of the page to check it myself and help you out accordingly.

    Best Regards

    #287897

    belencitax
    Participant

    I’m afraid it down’t work. Do you have other option?

    #287959

    Hello,

    Please provide some relevant screenshots of the specific area with the URL of the page to check it myself and help you out accordingly.

    Best Regards

    #287991

    belencitax
    Participant

    It is a test domain server meanwhile the website is under construction.
    https://kserver.blancoruso.com/

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wpb_single_image img {
        pointer-events: none;
    }

    Best Regards

    #288051

    belencitax
    Participant

    Thanks! it worked fine!!

    #288175

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘hide image title on hover’ is closed to new replies.