How to hide footer menu in cart page in sense theme

I want to hide the footer menu only in the add to cart page. And it should be visible in all other pages. There is a custom code you have to enter in the footer liquid like a condition but i dont know the code or the process.

1 Like

Hi @aditya4404 ,

Could you kindly provide us with your store URL and, if applicable, the password, so that our team can offer you the necessary support?
And also the particular URL of the page that you want to hide the footer menu.
Thank you!

Url of the store is : https://www.elixer.shop . And the page is want the footer to hide is : https://www.elixer.shop/cart . Its the add to cart page and i want it to disappear in that page only. I will provide a remote access code so that you can change the duplicate of my live site. This is my collaborator request code : 3015 . And i will only accept if you come through official id of yours and your permissions will be limited to online store. THANK YOU FOR REACHING OUT !!!

Url of my store is : https://www.elixer.shop . Url of the page i want the footer to hide is : https://www.elixer.shop/cart . “ONLY HIDE FOOTER IN CART PAGE NOT OTHER PAGES” . New Collaborator request code is : 5438 . Thank you for reaching out.

Hi @aditya4404

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find layout > theme.liquid and paste this at the bottom of the file:
{% if template.name == 'cart' %}

{% endif %}
1 Like

THANK YOU SO MUCH :slightly_smiling_face:

1 Like