Salve vorrei sapere come eliminare il footer solo dalla pagina cart
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!