Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi guys,
I want to add my social icon near the cart. such as this screenshot, please notice, that I already have social buttons at the bottom of my website, I don’t want to move them, I want to add social buttons next to the shopping cart, is this possible?
Best regard,
NinescapeLand
Solved! Go to the solution
This is an accepted solution.
<div class="small-hide">
{% render 'social-icons' %}
</div>
Modify the code
Just add the icon code above the shopping cart icon.
Hi Wo,
Do you use Ride Theme? I can't find the social icon on the header.liquid.
Best regard,
NinescapeLand
header.liquid does not have social icons, so you need to add this code to header.liquid, like the screenshot I took
{% render 'social-icons' %}
great! but how can I adjust my mobile layout?
This is an accepted solution.
<div class="small-hide">
{% render 'social-icons' %}
</div>
Modify the code
Is it added to the back of {% render 'social-icons' %}
or instead of {% render 'social-icons' %}