Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1330884
    Cherylwoodman
    Participant

    Hi Themeco,

    How do I stop the alt link text visualising on Mozilla & Chrome? No problem on IE…

    This happens both for the post title and post category -> https://www.screencast.com/t/jK6dPVgc6QEQ

    site URL: http://www.honestyforyourskin.co.uk

    Thanks,

    Cheryl

    #1330916
    Rupok
    Member

    Hi Cheryl,

    Thanks for writing in! You can add this under Custom > JavaScript in the Customizer.

    jQuery(document).ready(function($){
        $('.entry-title a').attr('title','');
    });

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1330884 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>