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 @boster 👋 that's an advanced theme customization as different files and structures have to be changed, and style.
Generally if you have some coding experience look for footer.liquid or similar in the sections folder in the theme code editor.
Find the wanted elements, then try to transfer them to the header.liquid or similar section.
But often this is not a 1:1 transplant.
If using a shopify-magic compatible theme merchants could also asking the bot to try and generate a custom header section with the wanted features at the risk of wasting time probabilistically generated code.
If you need this customization then contact me by my email for services
or if you have access use a private message by clicking here (sloooower).
Other contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hey @boster ,
To move the social media buttons from the footer to the header in the Craft theme on Shopify, follow these steps:
1. Online Store
2. Themes
3. Edit Code
4. Under Sections, open footer.liquid.
5. Look for this block (or similar):
{% render 'social-icons' %}
4. Cut that entire line or block of code.
Paste the Social Icons in the Header:
1. Still in the code editor, go to Sections → header.liquid.
2. Decide where in the header you'd like the icons (e.g., top-left, top-right, beside logo).
3. Paste the previously copied line ({% render 'social-icons' %}) into the desired location. A common spot is near the end of the header markup, before the </header> tag.
4.
<div class="header__icons">
{% render 'social-icons' %}
</div>
If you want help implementing this, please feel free to reach out!
Best Regards,
Rajat
[Shopify Expert]
Hello @boster
Please follow the steps below after logging into your Shopify admin:
To add Social Media icons in the Top :
To disable Social Media icons from the Footer:
Finally, don’t forget to save your changes.
Please hit Like and Mark it as a Solution if you find our reply helpful.
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789
Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9
| USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021