Home Forums WoodMart support forum Text on image hover

Text on image hover

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

    Pernilla
    Participant

    Hi!

    When hovering an image it shows the image name. I would like to avoid that. I solved it by adding this code in js:
    jQuery(document).ready(function($) {
    $(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });
    });

    But now, the thumbs images gets an explanation text that says “undefined”. Do you have any solution to hide this?
    (see also print screen)

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

    Hello,

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

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

    Best Regards

    #368286

    Pernilla
    Participant

    That worked perfect šŸ™‚
    Thank you!

    #368366

    Most Welcome!!!.

    Iā€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

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