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
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.
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?
{% render 'social-icons' %}
Modify the code
Is it added to the back of {% render ‘social-icons’ %}
or instead of {% render ‘social-icons’ %}