REMOVE TITLE ATTRIBUTES FROM IMAGES (IMAGE HOVER TITLE)

Posted in: Newspaper
Post count: 17

Hi,

I tried everything under the sun to remove the title from my images when the cursor is on the image (image over title)IMAGE HOVER TITLE EXAMPLE

I used the following javascript code (without script as asked) but it still doesn’t work.

jQuery(document).ready(function($) {
$(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });
});

Can you help me?

Regards,

Kari

Post count: 27744

Hello,

Please set your code to the theme panel -> custom code -> custom javascript; the code works https://i.imgur.com/MfsxY5N.png

Thank you!

Post count: 17

Hello,

That’s exactly what I did and the code is still up on my website.

Only photos in article don’t show the image hover title.

My homepage and sidebar images all show the image hover titles.

it only works for images on article posts not the homepage and sidebar and other images on my site.

Do you know how to fix it?

Post count: 27744

Hi,

To remove it please check this topic https://forum.tagdiv.com/topic/disable-image-titles-on-hover/

Thank you!

Post count: 17

Thank you!It works perfectly now!
THANK YOU SO MUCH

Post count: 27744

Hello,

I’m glad.

Have a great day!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.