There are multiple threads on here regarding adding custom social icons. At some point, I decided to use the “Tumblr swap.”
Unless I previously didn’t notice, it appears that there are now tags on hover for social icons… so, I need to change the mouse over to not say “Tumblr.”
Is this possible and how?
Also, I’m sure it’s something very simple that I am missing, but is there a reason my vertical separators between social icons are different widths?
TIA.
Hey!
Try adding this code in the end of js/avia.js:
jQuery(function() {
jQuery(".social_bookmarks_tumblr a").attr("title", "hola");
});
Change ‘hola’ by the text you’d want as title for your icon.
Cheers!
Josue