Hi there,
Does anyone know how Remove the Footer From Add To Cart Page from the Studio Theme?
I’ve seen this asked but never solved.
Thanks,
Bill
Hi there,
Does anyone know how Remove the Footer From Add To Cart Page from the Studio Theme?
I’ve seen this asked but never solved.
Thanks,
Bill
Hi @PPUSA ,
Do you mean at the cart page?
If so, try this instructions below.
Go to Admin page > Online store > themes > Actions > Edit code
Open the theme.liquid under the Layout folder.
Find the code below.
{% section 'footer' %}
{% unless template.name == 'cart' %}
{% section 'footer' %}
{% endunless %}
Amazing, this worked. So helpful. Thank you!