Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #488208

    Hi,

    How do I disable the tile of an image to display when I hover over an image, slider etc?

    CSS?

    Regards,

    Ryno

    #488415

    Hi RynoSwan!

    Please add the below code to bottom of your avia.js file, found here: wp-content>themes>enfold>js>avia.js

    jQuery(document).ready(function($){
    jQuery('img').removeAttr('title');
    });

    Regards,
    Dake

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.