Hi everyone,
I wanted to remove the footer only one specific page. I know there will be CSS involved; however, can someone help me out?
Thanks in advance!
Hi everyone,
I wanted to remove the footer only one specific page. I know there will be CSS involved; however, can someone help me out?
Thanks in advance!
Hi @ASF1
This is Victor from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
{% if handle contains 'place your url here' %}
{% endif %}
For example you want to hide the about-us
The code would be
{% if handle contains 'about-us' %}
Hope this can help you solve the issue
Best regards,
Victor | PageFly