Eliminare Footer Pagina Carrello

Topic summary

Un utente chiede come rimuovere il footer dalla pagina carrello del proprio negozio Shopify.

Soluzione proposta:

  • Verificare se si utilizza il tema Dawn
  • Accedere a “Online Store” > “Themes” dalla dashboard admin
  • Cliccare su “Actions” > “Edit code” sul tema da modificare
  • Nel file “theme.liquid”, trovare il tag </body>
  • Inserire il seguente codice CSS prima del tag di chiusura:
{% if template == 'cart' %}
{% endif %}
  • Salvare le modifiche

L’utente ha condiviso l’URL del negozio (taxibleu.it/cart) per eventuale verifica. La discussione rimane aperta in attesa di conferma se la soluzione ha funzionato.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Salve vorrei sapere come eliminare il footer solo dalla pagina cart

1 Like

Hi @taxibleudonna

You are using Dawn theme? If it is check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

{% if template == 'cart' %}

{% endif %}

And Save.

If not working, would you mind to share yopur store URL? Thanks!

https://taxibleu.it/cart