Hi, how to hide nav breadcrumb only on index?
https://i.gyazo.com/9002f9c0f129fab5feaf...8c3afe.png
That part
Fixed.
Add css style to index template:
https://i.gyazo.com/9002f9c0f129fab5feaf...8c3afe.png
That part
Fixed.
Add css style to index template:
<style>.navigation {display:none;} /*Index only*/</style>