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 → save.
{% if page.url == ‘/pages/grand-prairie-honda-on-boarding-gift’ %}
.toolbar__content { display: none !important; }{% endif %}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @karling ,
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
{% if page.handle contains 'grand-prairie-honda-on-boarding-gift' %}
{% 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' -%}
{%- endif -%}
Hope it helps!



