Okay
  Public Ticket #1546815
image name on hover
Closed

Comments

  • slice-studio started the conversation

    HI, on the portfolio lightbox, when you hover over the images in the gallery the name of the picture shows (see attachment). How can I stop this happening?

    Also on some browsers the menu is not viewing correctly (see attachment) as the item dividers are dropping down.

    Thanks

  • slice-studio replied

    Hi, the link to view the site has now moved to:

    http://www.clairebetty.co.uk/projects/

    Thanks

  •  2,010
    Ocean replied

    Hello,

    Please add custom js on bottom of the designesia.js file: http://prntscr.com/j7n3ox

    /* Remove img title attribute */
    jQuery(document).ready(function() {        
        'use strict';
        jQuery('.wpb_image_grid_ul li img').removeAttr('title');
    });
    

    Thank you

  • slice-studio replied

    Thanks but it doesn't seem to make any difference (the image name is still showing up on hovering over the image).

  •  2,010
    Ocean replied

    Please clear your browsers cache and refresh your page, thanks