Goal: hide the footer only on the homepage and force the mobile “hamburger” menu on desktop for a Shopify store using the Atelier theme.
Key developments:
Access issue: Store was password-protected; password provided to allow review.
Initial attempt: CSS placed in theme.liquid with a homepage condition didn’t work (note: must wrap CSS in tags; conditional used was {% if template.name == “index” %}).
Working solution (accepted):
Hide footer on homepage only:
In Online Store > Edit theme, add a Custom liquid section to the home page, set padding to 0, and paste:
.shopify-section-group-footer-group { display: none; }
Force hamburger (mobile) menu on desktop:
Add to Custom CSS (Header section or Theme Settings):
nav[header-menu] { display: none; }
.header__drawer { display: block !important; }
Alternative offered:
Add CSS before in theme.liquid with a homepage condition to hide the footer, though the shared snippet had minor syntax issues.
Outcome: The Custom liquid + CSS approach worked for both tasks. Thread resolved.
Summarized with AI on December 11.
AI used: gpt-5.
Hi there I am trying to do two things - hide the footer block only on the homepage of this website (using Atelier theme). Nothing is working to hide it includind editing the theme.liquid code / CSS.
The other thing I want is to force the mobile hamburger nav on desktop. Any help would be much appreciated!
ALWAYS keep other people in mind, before you present things go through the motions like a customer would.
Use a different browser, or incognito mode, etc. Same thing will apply to the order process