Could someone pls show/explain how I can hide my logo, navigation menu, announcement bar and the search/cart icons from just ONE page on my website. I want this page to be very plain. It is a page that was created with a custom template.
Thank you so much in advance for helping!
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. Go to Online Store->Theme->Edit code
2. Edit your layout/theme.liquid file. Right above the line that has </head>
{% if page.handle == 'enter the page handle' %}
<style>
.site-nav {display: none!important;}
</style>
{% endif %}
User | Count |
---|---|
25 | |
23 | |
22 | |
19 | |
13 |