Shopify themes, liquid, logos, and UX
Is there a way I could replace the Tumblr icon in the footer with Google icon ( <i class="fa-brands fa-goggle"></i>)?
Solved! Go to the solution
This is an accepted solution.
@seantay1993 add below jquery code into theme.liquid file before closing </body> tag
<script>
$('a.tumblr.cb.ttip_nt.tooltip_top').html("<i class='fa-brands fa-goggle'>G</i>");
</script>
@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 -%}
<a data-no-instant rel="noopener noreferrer nofollow" data-content="http:{{permaImage}}" href="//tumblr.com/widgets/share/tool?canonicalUrl={{ permalinkURL }}" target="{{target}}" class="tumblr cb {{class_tooltip}}">
<span class="tt_txt"></span>
<i class="fa-brands fa-goggle"></i>
</a>
@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?
This is an accepted solution.
@seantay1993 add below jquery code into theme.liquid file before closing </body> tag
<script>
$('a.tumblr.cb.ttip_nt.tooltip_top').html("<i class='fa-brands fa-goggle'>G</i>");
</script>
Thank you!
User | RANK |
---|---|
145 | |
98 | |
78 | |
69 | |
65 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023