can you tell me how to remove the “permalink to” text that appears on hover for the recent posts element? I previously used the code below, which no longer seems to be working:
jQuery(function($){
$(document).ready(function(){
$('a').attr('title','');
});
});
I can also see this js code is showing up in my footer, so something’s definitely changed in your later versions of the theme:

I also tried this code which was suggested in another thread:
jQuery(".blog .entry-featured a, .blog .entry-title a, .x-recent-posts a").removeAttr("title");
no luck.
someone else said this, and i’d also like to echo it: your typical website visitor is not familiar with what a “permalink” is - therefore, this is not good UX.