How to hide footer menu in cart page in sense theme

Solved

How to hide footer menu in cart page in sense theme

aditya4404
Tourist
4 0 2

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.

Accepted Solution (1)

ZestardTech
Shopify Partner
6096 1091 1464

This is an accepted solution.

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' %}
<style>
.footer{
display:none;
}
</style>
{% endif %}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2401 695 831

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!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
aditya4404
Tourist
4 0 2

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 !!!

aditya4404
Tourist
4 0 2

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.

ZestardTech
Shopify Partner
6096 1091 1464

This is an accepted solution.

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' %}
<style>
.footer{
display:none;
}
</style>
{% endif %}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
aditya4404
Tourist
4 0 2

THANK YOU SO MUCH 🙂