This topic has 3 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #122490
     acengiz
    Participant

    Hi,

    I couldn’t find a way to remove image titlesĀ on mouse-hover as attached image. I checked all kleo demos, and there is no image title for pictures over there. How can i remove these title for my site?

    Regards,

    Anil

    #122589
     Radu
    Moderator
    Not marked as solution
    #124688
     acengiz
    Participant
    I added below script to foother.php and it worked.
    <script type="text/javascript">
    jQuery('document').ready(function($){
    	$('[title]').removeAttr('title');
    });
    </script>
    Source: https://wordpress.org/support/topic/how-to-remove-image-title-when-hovering-over-image Regards, Anil
    #124744
     Radu
    Moderator
    Not marked as solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?