I want to delete header in cart page, but not in the rest of the web. Please help
theme sense
A user seeks to hide the header specifically on the cart page while keeping it visible on other pages of their website.
Initial Solution Attempt:
Resolution:
Outcome:
I want to delete header in cart page, but not in the rest of the web. Please help
theme sense
Hello @MaximMoneyVega
Go to Online Store, then Theme, and select Edit Code.
Search for Layout/theme.liquid
Add the provided code at the end of the file.
{% if template.name == "cart" %}
.header-wrapper--border-bottom {
display: none;
}
{% endif %}
Hello @MaximMoneyVega
Can you share the collaborator request code with me so I can add it?
@MaximMoneyVega – add this style and code below it before and it should work
8415
and thanks @devcoders
Hello @MaximMoneyVega
I have sent you a request. Please accept it and message me on WhatsApp at +91 8516919310 so we can discuss any other issues there, if needed.
Perfect, I usully make 3-10 new stor per year (ecommerce). Would be great to have a coder I can trust
Hello @MaximMoneyVega
Please check; I have completed the tasks.
Hello @MaximMoneyVega
Sure, please message me on WhatsApp so we can discuss all eCommerce projects and other details.
Thanks a million
Hello @MaximMoneyVega
You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.
like and accepting the All solution. Thank you!