Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Can anyone help me remove the social media icon links from the top right of this page? https://www.giftsmack.ca/pages/grand-prairie-honda-on-boarding-gift Thank you!
Hi @karling
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
{% if page.url == '/pages/grand-prairie-honda-on-boarding-gift' %}
<style>
.toolbar__content {
display: none !important;
}
</style>
{% endif %}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @karling ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
{% if page.handle contains 'grand-prairie-honda-on-boarding-gift' %}
<style>
[data-section-id="header"] .toolbar {
display: none !important;
}
</style>
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @karling,
Please go to Actions > Edit code > layout > theme.liquid file and add code here:
Code:
{%- if page.handle == 'grand-prairie-honda-on-boarding-gift' -%}
<style>
.toolbar__social {
display: none !important;
}
</style>
{%- endif -%}
Hope it helps!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025