Hi,
First of all, great theme. Love working with it.
I don’t want the titles of images to show up when hovering over my easy slider. I’ve added the following code, which works for the Mac, but the titles keep showing up on pc/windows.
jQuery(document).ready(function($){
jQuery('img').removeAttr('title');
});
How can I fix this for pc/windows?
Thanks and regards,
Charlotte
Hey Boulanger!
Can you post the link to your page where you have easy slider please?
Cheers!
Yigit
Hey!
Have you tried flushing browser cache? Title attributes are removed so title should not be displayed on hover. I asked my teammates to check your website on PC
Best regards,
Yigit
Hi!
I checked the website on IE 11 / Win 7.1 and no titles were shown on hover.
Best regards,
Josue
It’s the browser cache indeed.
Many thanks!
Charlotte