Hi @SixTwoSix
Please add this code to theme.liquid file in Online Store > Themes > Edit code
{% if page.id == 116103020762 %}
{% endif %}
A user seeks help removing the header and footer from a specific Shopify page (collection-list page).
Two solutions provided:
Dan-From-Ryviu’s approach: Add conditional code to the theme.liquid file that checks if the page ID equals 267020301611, then insert custom code within that condition.
Guleria’s approach:
</body> tag in theme.liquidStatus: Both solutions use Liquid templating to target the specific page, but neither responder provided the complete CSS code needed to actually hide the header and footer. The thread appears to need follow-up implementation details.
Hi @SixTwoSix
Please add this code to theme.liquid file in Online Store > Themes > Edit code
{% if page.id == 116103020762 %}
{% endif %}