How to replace Tumblr icon with Google icon in footer?

Is there a way I could replace the Tumblr icon in the footer with Google icon ( )?

@seantay1993 - you can if you edit footer.liquid file and you have tumblr icon code there

I try replacing it but it doesn’t take effect to my website.

{%- if settings.share_tumblr -%}
        
          
          
        

@seantay1993 - I checked code on browser, it still has tumbler code only and not google

Could you assist me on how to locate the code to replace?

@seantay1993 add below jquery code into theme.liquid file before closing tag


1 Like

Thank you!