Remove Footer on Desktop but not mobile/tablet homepage?

Hi there - is it possible to remove/hide the footer on my desktop/laptop homepage but leave it for my tablet/mobile homepage? Apparently it might be possible to input some code that hides the footer for devices beyond a certain width? Thanks.

Hi @Tora_capsules

This is Richard 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 template contains 'index' %}

{% endif %}

Hope this can help you solve the issue

Best regards,

Richard | PageFly