Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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 %}
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
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.
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 %}
THANK YOU SO MUCH 🙂
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025