Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #203318

    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.

    #203319
    This reply has been marked as private.
    #203486

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Social Icons (Enfold 2.4.3)’ is closed to new replies.