Can I remove the footer on desktop but not on Homepage?

Solved

Can I remove the footer on desktop but not on Homepage?

akainuu
Tourist
6 0 4

Hi everyone,

Is it possible to remove/hide the footer on my desktop homepage but leave it for my tablet/mobile homepage? Thanks. 

Accepted Solution (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @akainuu 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag </head>

 

{% if template contains 'index' %}
<style>
@media (min-width: 992px){
  footer, #shopify-section-footer {
     display: none;
   }
}
</style>
{% endif %}

 

 

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @akainuu 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag </head>

 

{% if template contains 'index' %}
<style>
@media (min-width: 992px){
  footer, #shopify-section-footer {
     display: none;
   }
}
</style>
{% endif %}

 

 

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.