• I upload my images to wordpress with a preconfigured name, and before adding them to the web I also configure the ALT attribute (I’m SEO and both steps are necessary), but when hovering over my images, it shows me the name of the images and not the ALT, it should be the opposite. I leave my website, please do the test with the images of the footer.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @realzate,
    Can you add screenshots where you exactly face the issuse. So it will be clearify to us.

    Thanks

    Hello @realzate,

    The image alt text is visible in HTML, but this is something different and related to Elementor so it would be best to consult with their team directly. On a side note, displaying the entire image alt text on the front end would really be a bad user experience.

    In the meantime, you can use this custom CSS to hide the display of the image title on hover:

    .elementor img {
        pointer-events: none;
    }

    Best of luck

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When I hover over my image, it appears to me is the name of the image and not th’ is closed to new replies.