Hi @Jasoliya
I want to hide the Cart, Search, Account & all menu items from my home/landing page except for my logo in the center. But I still want all these to show in all the other pages.
Can you help me?
CoschStudio
Thanks in advance!
HI @NDS
Follow this
1. go to theme.liquid file and bellow code just before </body>
{% if template contains 'index'%}
<style>
.Header__FlexItem [href="/account"],.Header__FlexItem [href="/search"],.Header__FlexItem [href="/cart"]{display:none;}
</style>
{% endif %}
Hi @Jasoliya,
Thanks so much. That worked for the icons to the right perfectly!
How could we also hide the navigation menu under the logo?
Thanks so much again!
Hi @Jasoliya
Can you also help me with hiding Search in the theme Capital?
I have followed your instructions but removing search from header breaks some other functionality.
User | Count |
---|---|
847 | |
113 | |
97 | |
95 | |
76 |